Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

AlastairTaft/node-plovr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published