Replaces references from non-optimized scripts, stylesheets and other assets to their optimized version within a set of HTML files (or any templates/views).3.1.0 has a breaking change with uglify step renamed to uglify to be consistent with grunt-contrib-uglify task which name is uglify (and not uglifyjs).
gruntplugin usemin yeoman html css optimizeInject Bower packages into your source code with Grunt.Grunt is great.
gruntplugin html grunt bower package wiredep dependency component postinstallSpeed up your AngularJS app by automatically minifying, combining, and automatically caching your HTML templates with $templateCache.Global namespace for Angular.
gruntplugin angular template templates concat angularjs angular-componentLet's you build your NW.js apps for osx, win, and linux with grunt. It will download the prebuilt binaries for a specify version, unpacks it, creates a release folder, create the app.nw file for a specified directory and copys the app.nw file where it belongs.Issues with the output should be reported on the nw-builder issue tracker.
gruntplugin nw.js node-webkit nw-builder build builder desktop applicationConfigure Grunt tasks to run with newer files only. Synopsis: The newer task will configure another task to run with src files that are a) newer than the dest files or b) newer than the last successful run (if there are no dest files). See below for examples and more detail.
files grunt gruntplugin newerA grunt task for removing unused CSS from your projects with UnCSS. Issues with the output should be reported on the UnCSS issue tracker.
gruntplugin uncss cssConcatenate files. Run this task with the grunt concat command.
gruntpluginRun this task with the grunt connect command. Note that this server only runs as long as grunt is running. Once grunt's tasks have completed, the web server stops. This behavior can be changed with the keepalive option, and can be enabled ad-hoc by running the task like grunt connect:keepalive.
gruntplugin server connect httpThis plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that you upgrade, but in case you can't please use v0.3.2. Run this task with the grunt copy command.
gruntpluginIssues with the output should be reported on the clean-css issue tracker. Run this task with the grunt cssmin command.
gruntplugin cssmin css style styles stylesheet minify compressSelect optimization level between 0 and 7. The optimization level 0 enables a set of optimization operations that require minimal effort. There will be no changes to image attributes like bit depth or color type, and no recompression of existing IDAT datastreams. The optimization level 1 enables a single IDAT compression trial. The trial chosen is what OptiPNG thinks it’s probably the most effective. The optimization levels 2 and higher enable multiple IDAT compression trials; the higher the level, the more trials.
gruntplugin compress gif image img jpeg jpg minify png svgRun this task with the grunt jshint command. Task targets, files and options may be specified according to the grunt Configuring tasks guide.
gruntpluginThis plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that you upgrade, but in case you can't please use v0.3.2. Run this task with the grunt less command.
gruntpluginRun this task with the grunt sass command. Sass is a preprocessor that adds nested rules, variables, mixins and functions, selector inheritance, and more to CSS. Sass files compile into well-formatted, standard CSS to use in your site or application.
gruntplugin scss sass css compile preprocessor styleRun this task with the grunt uglify command. Task targets, files and options may be specified according to the grunt Configuring tasks guide.
gruntpluginRun this task with the grunt watch command. This defines what file patterns this task will watch. It can be a string or an array of files and/or minimatch patterns.
gruntplugin watch livereloadGenerate custom icon webfonts from SVG files via Grunt. Inspired by Font Custom. This task will make all you need to use font-face icon on your website: font in all needed formats, CSS/Sass/Less/Stylus and HTML demo page.
gruntplugin font webfont fontforge font-face woff woff2 ttf svg eot truetype css iconMerge SVGs from a folder. I am looking for a maintainer who would like to take over this plugin.
svg icon sprite gruntpluginAutoprefixer parses CSS and adds vendor-prefixed CSS properties using the Can I Use database. In your project's Gruntfile, add a section named autoprefixer to the data object passed into grunt.initConfig().
gruntplugin css postprocessor prefix autoprefixergrunt-perfbudget is a Grunt.js task for enforcing a performance budget (more on performance budgets). It uses the wonderful webpagetest.org and the WebPagetest API Wrapper for NodeJS created by Marcel Duran. grunt-perfbudget uses either a public or private instance of WebPagetest to perform tests on a specified URL. It compares test results to budgets you specify. If the budget is met, the tasks successfully completes. If it the page exceeds your performance budgets, the task fails and informs you why.
gruntplugin
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.