node-plovr
v0.0.2
Published
Include plovr as a dependency to make the 'plovr' command available in your build scripts
Downloads
2
Readme
Plovr as a node package
You can now include plovr as a devDependency and run it as part of your build script.
In the package.json. See example
"scripts": {
...
"test": "mocha test"
"build-closure": "plovr build plovr-config.js > assets/closure.js",
"build": "npm run test & npm run build-closure"
...
}
...
"devDependencies": {
...
"node-plovr": "*"
...
}