Search results for building your first grunt plugin Scripts fewliveasync.js

Building a JavaScript Library with Grunt.js

by Brian Rinaldi

…must be “options.” Grunt.js does not impose any structure on the options property, its content depends on the plugin. The other can have any name and contains a task target….

Building Your First Grunt Plugin

by Brian Rinaldi

…you’ll be prepared to build plugins of your own. Getting Started with grunt-init The easiest way to begin building a Grunt plugin is to use internal Grunt scaffolding tool called…

Automating Complex Workflows with Grunt Custom Tasks

by Ben Farrell

…a typical web workflow using it. In this article I will go through how my view of Grunt came to change and how building a custom task for Grunt made…

A JavaScript Build System Shootout: Grunt vs. Gulp vs. NPM

by Nicolas Bevacqua

…lint a JavaScript file, using JSHint just like you’ve already seen with Grunt and npm run. In the case of Gulp, you’ll have to install the gulp-jshint Gulp plugin for…

Automating CSS using Grunt

by Brian Rinaldi

…the Grunt plugin supports all the arguments available in the current version of CSSCSS. I will be working to ensure that it continues to support all the features that are…

Building Cordova Apps with the Verified Plugins Marketplace

by Brian Rinaldi

…of building the plugin yourself) is the fact that the much of the work is already done for you. The plugin is built, tested and its API is documented. The…

Task Automation with Automaton and Node

by Brian Rinaldi

…dependencies. The first is Grunt itself, the second the LESS plugin and the last is the watch plugin. In the next step, we’ll look at how my task will utilize…

Managing Bower Components with Grunt

by Simon Smith

…are two ways to use Grunt in this situation. The easiest is to use one of the many Bower plugins found in the Grunt plugins directory. These will typically handle…

Creating Modular View Components with React and Grunt

by Simon Smith

…of the constructor returned from React.createClass. This is the pattern typically used to write components in a CommonJS environment. With the building blocks defined they can now be easily used…

ECMAScript 6: Jump in, the water is warm!

by Mark Volkmann

…directory npm install to install Grunt plugins (includes grunt-traceur-simple and Traceur itself) npm install -g grunt-cli grunt to start server browse localhost:3000 Screenshot While AngularJS is not the focus of…