Changeset 44632
- Timestamp:
- 01/17/2019 04:23:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r44529 r44632 178 178 [ WORKING_DIR + 'wp-includes/js/twemoji.js' ]: [ './node_modules/twemoji/2/twemoji.js' ], 179 179 [ WORKING_DIR + 'wp-includes/js/underscore.js' ]: [ './node_modules/underscore/underscore.js' ], 180 [ WORKING_DIR + 'wp-includes/js/underscore.min.js' ]: [ './node_modules/underscore/underscore-min.js' ]181 180 }, 182 181 { … … 185 184 src: '*.js', 186 185 dest: SOURCE_DIR + 'wp-includes/js/jquery/ui/' 187 },188 {189 expand: true,190 cwd: './node_modules/underscore/',191 src: 'underscore.js',192 dest: SOURCE_DIR + 'wp-includes/js/'193 186 } 194 187 ]
Note: See TracChangeset
for help on using the changeset viewer.