Changeset 8550
- Timestamp:
- 06/25/2014 09:26:05 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Gruntfile.js (modified) (1 diff)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r8502 r8550 246 246 }, 247 247 248 watch: {249 css: {250 files: BP_CSS,251 tasks: ['less:core'],252 options: {253 spawn: false254 }255 }256 },257 248 patch: { 258 249 options: { -
trunk/package.json
r8488 r8550 10 10 "grunt-contrib-clean": "~0.5.0", 11 11 "grunt-contrib-copy": "~0.5.0", 12 "grunt-contrib-cssmin": "~0. 9.0",12 "grunt-contrib-cssmin": "~0.10.0", 13 13 "grunt-contrib-imagemin": "~0.7.1", 14 14 "grunt-contrib-jshint": "~0.10.0", 15 "grunt-contrib-less": "~0.11.0", 16 "grunt-contrib-uglify": "~0.4.0", 15 "grunt-contrib-uglify": "~0.5.0", 17 16 "grunt-contrib-watch": "~0.6.1", 18 17 "grunt-cssjanus": "~0.2.2", 19 18 "grunt-exec": "~0.4.5", 19 "grunt-jsvalidate": "~0.2.2", 20 20 "grunt-legacy-util": "^0.2.0", 21 21 "grunt-patch-wordpress": "~0.2.1", 22 22 "grunt-phpunit": "~0.3.3", 23 "grunt-sass": "~0.14.0", 23 24 "grunt-wp-i18n": "~0.4.5", 24 25 "matchdep": "~0.3.0"
Note: See TracChangeset
for help on using the changeset viewer.