AlastairTaft / node-plovr

Add plovr as a package dependency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Archived

This repo is not maintained.

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": "*"
    ...
}

About

Add plovr as a package dependency.


Languages

Language:JavaScript 100.0%