/grunt-crane-javascript

Builder for grunt-crane, which build and compress javascript files.

Primary LanguageJavaScriptMIT LicenseMIT

grunt-crane-javascript

Builder for grunt-crane, which build and compress javascript files.

Installation

npm install grunt-crane-javascript --save-dev

Usage

Once the plugin has been installed, specify your file with this builder:

builder: [
    ["some.js", require("grunt-crane-javascript/builder/javascript")]
]