File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.8.0 [ 2015/07/24]
4+
5+ - Fixed bug in theme proxying feature.
6+ - Updated Travis CI test configuration to use improved infrastructure and test
7+ additional PHP versions.
8+ - Added default scaffold task to symlink any directories in ` src/libraries ` to
9+ ` build/html/sites/all/libraries ` (for D7) or ` build/html/libraries ` (for D8).
10+
311## v0.7.1 [ 2015/06/24]
412
513- Fixing error with 'grunt serve' due to drush: serve not being defined.
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "dependencies" : {
77 "grunt" : " ~0.4.5" ,
8- "grunt-drupal-tasks" : " ~0.7 .0" ,
8+ "grunt-drupal-tasks" : " ~0.8 .0" ,
99 "zombie" : " ^2.5.1"
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-drupal-tasks" ,
33 "description" : " A Grunt plugin to automate Drupal build and testing tasks." ,
4- "version" : " 0.7.1 " ,
4+ "version" : " 0.8.0 " ,
55 "main" : " bootstrap.js" ,
66 "dependencies" : {
77 "grunt-available-tasks" : " 0.5.7" ,
You can’t perform that action at this time.
0 commit comments