Commit Graph

24 Commits

Author SHA1 Message Date
Ben Word
bb604f36b8 Add grunt-autoprefixer 2014-03-30 20:12:30 -05:00
Ben Word
373910b515 Update version numbers, CHANGELOG 2014-03-11 23:51:41 -05:00
Ben Word
5b23b7fb96 Replace grunt-wp-assets with grunt-filerev and grunt-filerev-assets
By writing to assets-manifest.json with grunt-filerev-assets, it's
no longer necessary to commit changes to lib/scripts.php when developing
2014-02-21 23:14:12 -06:00
Ben Word
94cc2949a2 Use load-grunt-tasks 2014-02-21 22:08:43 -06:00
Ben Word
7b255992cf Ref #933 - dev and build tasks for Grunt
Dev: don't minify
Build: minify, lean Modernizr build

Dev assets will load if you have defined your WP_ENV as development
If you don't use Bedrock, you'll need to add this to your wp-config.php:

define('WP_ENV', 'development');

TODO: lib/scripts.php shouldn't need to be committed for changes after
running the version task
2014-02-21 21:59:09 -06:00
Ben Word
c3263f0553 Run bower install after npm install 2014-02-21 20:47:45 -06:00
Hariadi Hinta
77e2fdb4bd Use grunt-wp-assets for version task
* default use filename version revving instead of querystring
* versioning file will be ignore
2014-02-20 11:17:36 +08:00
Ben Word
d8cbdb251a Load Modernizr from Bower, lean build with Grunt 2014-02-04 23:13:33 -06:00
Ben Word
999759c375 Roots 6.5.2 2014-02-04 22:44:25 -06:00
Patrick Coffey
3da2b86703 Update Grunt to 0.4.2 2014-01-15 17:39:14 -06:00
Ben Word
3b64f10111 Switch to grunt-contrib-less, add LESS source maps support 2013-11-06 13:38:21 -06:00
Ben Word
f8bc0ca80b Move rewrites to a plugin, Roots 6.5.1 2013-11-05 14:54:09 -06:00
Ben Word
c66c20b7f2 Close #842 - Move version task to a grunt plugin 2013-09-08 18:05:40 -05:00
Ben Word
9daafe04d8 Update versions 2013-09-08 11:19:43 -05:00
Ben Word
d20aa0fe50 Roots 6.5.0 2013-08-22 22:25:58 -05:00
Weslly Honorato
d9e22fa5a2 Update node version 2013-08-22 17:16:42 -03:00
Weslly Honorato
1c1269ed8b Update grunt dependencies 2013-08-22 17:14:00 -03:00
Bryce Tymrick
a99ff32e74 Added grunt-imageoptim task 2013-08-10 22:08:05 -06:00
Jacob Williams
cd8e902032 update grunt-contrib-clean to 0.5.x
Version 0.4.x doesn't seem to work with grunt 0.4.1
2013-07-16 16:01:43 -05:00
Ben Word
01a4e07749 Roots 6.4.0 2013-05-01 18:03:48 -05:00
Kevin Martensson
b7d9f187aa Add support for grunt 0.4.0 2013-02-22 20:17:48 +01:00
Ben Word
768865cf38 Roots 6.3.0 2013-02-08 10:13:55 -06:00
Ben Word
af7759d1fd Update Roots version in package.json 2013-01-15 17:19:35 -06:00
Ben Word
ddea8b597f Add grunt.js build script
- Move Bootstrap LESS files into new subdirectory

- Change app.css to app.less, add @import's to utilize
Bootstrap variables and mixins

- Remove plugins.js and main.js

- Move Bootstrap JS plugins into new subdirectory

- Add new _main.js file with example DOM-based routing
script that works off the WordPress body_class

- lib/scripts.php has been updated to remove all extra
CSS and JS files and also places JavaScript in the footer
2012-10-03 08:32:58 -05:00