Commit 99e962cf by Edgar Hipp

update readme for building and testing information

parent 75a2f1c3
...@@ -33,3 +33,11 @@ Your docx should contain the text: `{%image}` ...@@ -33,3 +33,11 @@ Your docx should contain the text: `{%image}`
# Notice # Notice
For the imagereplacer to work, the image tag: `{%image}` need to be in its own `<w:p>`, so that means that you have to put a new line after and before the tag. For the imagereplacer to work, the image tag: `{%image}` need to be in its own `<w:p>`, so that means that you have to put a new line after and before the tag.
# Building
You can build the coffee into js by running `gulp` (this will watch the directory for changes)
# Testing
You can test that everything works fine using the command `mocha`. This will also create 3 docx files under the root directory that you can open to check if the docx are correct
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment