Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d702e4f

Browse files
committed
Changed browserify temp file reference in Grunt to use templates
1 parent f3c7e52 commit d702e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = function(grunt) {
125125
'test/index.html',
126126
'test/amd.html'
127127
],
128-
browserify: [ '<%= temppath %>/browserify.html' ]
128+
browserify: [ '<%= copy.browserify.dest %>' ]
129129
},
130130
uglify: {
131131
dist: {

0 commit comments

Comments
 (0)