0.4.4 • Published 9 years ago

grunt-ozjs v0.4.4

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

grunt-ozjs

  • OzJS is a microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp.
  • Ozma is an intelligent autobuild tool for OzJS.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with:

npm install grunt-ozjs

Then 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:testapp

See tests/dist/js/main.js

Then execute:

grunt

See tests/index.html and tests/static/js/

Source code

More References

See OzJS Project Homepage

Release History

See OzJS Release History

License

Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.

0.4.4

9 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago