norma-javascript

0.4.10 • Public • Published

norma-javascript

Javascript Package for the Norma Build Tool

To use add the following to your norma.json:

"tasks": {
  "javascript": {
    "src": "test/**/*",
    "dest": "out"
  }
}

The src variable is where your test files are located.

The dest variable is where you want your files to go

This package will compile coffeescript as well! So bring your .coffee files to the party!

Sprockets style includes

The norma-javascript supports sprocket style in file includes using the syntax from the awesome gulp-include package. Follow their documentation to include files for Norma to combine.

Linting

Currently this package supports linting of coffeescript if any .coffee files are found. (This may move out into its own package)

Readme

Keywords

Package Sidebar

Install

npm i norma-javascript

Weekly Downloads

4

Version

0.4.10

License

MIT

Last publish

Collaborators

  • jbaxleyiii
  • newspring