A collection of Grunt tasks including cache busting, file hashing, HTML minification, RequireJS main file generation, AngularJS template cache creation, and Lo-Dash template compilation. Version 4.0.6 is the latest stable release. The package provides specialized task wrappers for asset pipeline workflows in legacy Grunt-based projects. Key differentiators from other Grunt task collections: includes 'bust' for cache busting with file reference replacement, 'ngTemplateCache' for AngularJS templates, and 'shimmer' for RequireJS integration. Requires Node >= 0.8.1.
npm install grunt-hustlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Gruntfile configuration demonstrating all four tasks: bust, hash, minifyHtml, and ngTemplateCache.
Consider migrating to modern build tools like Webpack, Vite, or Gulp.
Use an older Node.js version or find alternative packages.
Ensure exact casing in grunt.config() calls.
Review replaceIn file contents and test before deployment.
Ensure grunt is installed (npm install grunt --save-dev) and versions are compatible.
npm install grunt --save-dev