Changeset 46409
- Timestamp:
- 10/05/2019 09:59:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r46408 r46409 666 666 uglify: { 667 667 options: { 668 'output.ascii_only': true, 669 '!ie8': false 668 output: { 669 ascii_only: true 670 } 670 671 }, 671 672 core: { … … 707 708 options: { 708 709 // Preserve comments that start with a bang. 709 'output.comments': /^!/ 710 output: { 711 comments: /^!/ 712 } 710 713 }, 711 714 expand: true,
Note: See TracChangeset
for help on using the changeset viewer.