Changeset 39117
- Timestamp:
- 11/03/2016 05:39:10 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r38848 r39117 444 444 uglify: { 445 445 options: { 446 ASCIIOnly: true 446 ASCIIOnly: true, 447 screwIE8: false 447 448 }, 448 449 core: { -
trunk/package.json
r39116 r39117 21 21 "grunt-contrib-jshint": "~1.0.0", 22 22 "grunt-contrib-qunit": "^1.2.0", 23 "grunt-contrib-uglify": "~ 1.0.1",23 "grunt-contrib-uglify": "~2.0.0", 24 24 "grunt-contrib-watch": "~1.0.0", 25 25 "grunt-includes": "~0.5.1",
Note: See TracChangeset
for help on using the changeset viewer.