Skip to content
This repository has been archived by the owner on Dec 22, 2017. It is now read-only.

hlsolutions/grunt-hustler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

grunt-hustler

Contents

What is grunt-hustler?

A collection of grunt tasks.

  • coffee - deprecated, use grunt-contrib-coffee
  • copy - deprecated, use grunt-contrib-copy
  • delete - deprecated, use grunt-contrib-clean
  • inlineTemplate - adds views to script blocks
  • less - deprecated, use grunt-contrib-less
  • minifyHtml - minifies html views (not using grunt-contrib until their minifier supports valueless attributes and xml namespaces)
  • ngTemplateCache - creates a JavaScript file, placing all views in the AngularJS $templateCache
  • rename - renames files
  • requirejs - deprecated, use grunt-contrib-requirejs
  • server - deprecated, use grunt-express
  • template - compiles views containing Lo-Dash template commands.

Installation

$ npm install grunt-hustler

Usage

Include the following line in your Grunt file.

grunt.loadNpmTasks('grunt-hustler');

Versioning

For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, this module will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/CaryLandholt/grunt-hustler/issues

Author

Cary Landholt

License

Copyright 2013 Cary Landholt

Licensed under the MIT license.

Packages

No packages published

Languages

  • CoffeeScript 98.9%
  • JavaScript 1.1%