0.4.10 • Published 9 years ago

norma-javascript v0.4.10

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

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)

0.4.10

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago