UNPKG

grunt-ozjs

Version:

grunt tasks for oz.js and ozma.js

12 lines (9 loc) 137 B
require.config({ baseUrl: 'js/', distUrl: 'dist/js/' }); require([ 'test/app' ], function(app){ console.info(app); });