This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// Fork of: | |
// https://gist.github.com/ohh2ahh/f35ff6e0d9f8b4268cdb | |
// Save hook under `project-root/hooks/before_build/` | |
// | |
// Don't forget to install xml2js using npm | |
// `$ npm install xml2js` |