0.0.1 • Published 13 years ago

architect-browserify v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
13 years ago

architect-browseriy

browserify plugin for architect

Config Format

{
  "packagePath": "./node_modules/architect-browserify",
  "src": __dirname+"/assets",
  "dest": __dirname+"/target",
  // Compress the output using uglify-js
  "compress": true,
  // Forces recompilation for every request
  "force": true
}

Usage

Now we mount /target as a static path and we can access our javascripts at http://0.0.0.0:{port}/{jsFolder}/{file.js} and it will be compiled on the fly

TODO

  • Provide some tests