OzJS
A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp.
- Grunt tasks for transforming code from one format to another
furnace: {
tplExample: {
options: {
importas: 'tpl',
exportas: 'amd',
},
src: 'tpl/**/*.tpl',
dest: 'js/app/tpl/'
},
npmExample: {
options: {
importas: 'amd',
exportas: 'cjs',
},
files: [{
expand: true,
cwd: './',
src: ['**/*.js', '!<%= meta.npmPublishDir %>/**', '!node_modules/**', 'Gruntfile.js'],
dest: '<%= meta.npmPublishDir %>/',
ext: '.js'
}]
}
},
See Gruntfile.js and tests/ for more examples.
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.