We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147c59c commit f3c7e52Copy full SHA for f3c7e52
Gruntfile.js
@@ -95,7 +95,7 @@ module.exports = function(grunt) {
95
dist: {
96
src: [
97
'src/intro.js',
98
- '<%= temppath %>/core.js',
+ '<%= concat.core.dest %>',
99
'src/outro.js'
100
],
101
dest: '<%= buildpath %>/<%= files.cat %>',
@@ -107,8 +107,8 @@ module.exports = function(grunt) {
107
},
108
indent: {
109
js: {
110
- src: [ '<%= temppath %>/core.js' ],
111
- dest: '<%= temppath %>/core.js',
+ src: [ '<%= concat.core.dest %>' ],
+ dest: '<%= concat.core.dest %>',
112
options: {
113
change: 1
114
}
0 commit comments