Skip to content

pintxos/grunt-pintxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pintxos-grunt

Shared grunt config for all Pintxos components.

Getting started

npm install grunt-pintxos --save-dev

Example Gruntfile

var config = {
	testDependencies: [
		'bower_components/jquery/dist/jquery.js',
		'bower_components/pintxos-inherit/index.js',
		'bower_components/pintxos-destroyable/index.js',
		'bower_components/pintxos-component/index.js',
		'index.js',
		'test/*.js'
	]
};

module.exports = require('grunt-pintxos')(config);

About

Shared grunt config for all Pintxos components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published