0.2.3 • Published 11 years ago
private-grunt-ozjs v0.2.3
grunt-ozjs
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with:
npm install grunt-ozjsThen add this line to your project's grunt.js gruntfile:
grunt.loadNpmTasks('grunt-ozjs');Config Example
oz: {
// coming soon...
},
ozma: {
testapp: {
src: 'tests/js/main.js', // same as 'ozma tests/js/main.js'
saveConfig: false, // true for default ('ozconfig.json'), or string for specified path and file name
config: { // or existing configuration file, same as option '--config'
baseUrl: "tests/js/",
distUrl: "tests/.tmp/js/",
loader: "lib/oz.js",
disableAutoSuffix: true
}
}
}Options
For a full list of possible options, see the grunt.js example.
Examples
Execute the following command from ./ directory
grunt ozma:testappSee tests/dist/js/main.js
Then execute:
gruntSee tests/index.html and tests/static/js/
Source code
More References
Release History
License
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.