0.0.3 • Published 11 years ago

grunt-jsttojs-micah v0.0.3

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

grunt-jsttojs

If you haven't used grunt before, be sure to check out the Getting Started guide.

Getting Started

From the same directory as your project's Gruntfile and package.json, install this plugin with the following command:

npm install grunt-jsttojs

Once that's done, add this line to your project's Gruntfile:

grunt.loadNpmTasks('grunt-jsttojs');

Overview

Inside your grunt.js file add a section named jsttojs. This section specifies the options passed to RequireJS Optimizer.

Config Example

Example requirejs jsttojs config:

  jsttojs: {
    root: 'src/Templates',
    output: 'src/Templates/templates.js',
    ext: 'html',
    removebreak: true,
    amd: true,
    requirements: ['handlebars']
  }

License

Copyright (c) 2012 Alexey Kupriyanenko a.kupriyanenko@gmail.com

grunt-jsttojs is released under the MIT license.