Changeset 5912
- Timestamp:
- 08/15/2015 06:30:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r5911 r5912 116 116 expand: true, 117 117 ext: '.min.css', 118 src: BBP_LTR_CSS, 119 options: { 120 banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' + 121 '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' + 122 'https://wordpress.org/plugins/bbpress/ */' 123 } 118 src: BBP_LTR_CSS 124 119 }, 125 120 rtl: { … … 128 123 expand: true, 129 124 ext: '.min.css', 130 src: BBP_RTL_CSS, 131 options: { 132 banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' + 133 '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' + 134 'https://wordpress.org/plugins/bbpress/ */' 135 } 125 src: BBP_RTL_CSS 136 126 } 137 127 }, … … 285 275 }, 286 276 options: { 287 banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' + 288 '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' + 289 'https://wordpress.org/plugins/bbpress/ */\n' 277 banner: '/*! This file is automatically generated. */\n' 290 278 } 291 279 },
Note: See TracChangeset
for help on using the changeset viewer.