grunt-jsttojs-micah

0.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-jsttojs-micah

Weekly Downloads

2

Version

0.0.3

License

none

Last publish

Collaborators

  • micahwave