Skip to content

Commit

Permalink
gulpfile main file output changed from tagify.min.js to tagify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Apr 21, 2024
1 parent 02a59cb commit ed900bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -124,7 +124,7 @@ function react(done){
function js(done){
return bundle({
entry: 'src/tagify.js',
outputName: 'tagify.min.js'
outputName: 'tagify.js'
})
.on('end', done)
}
Expand Down

0 comments on commit ed900bc

Please sign in to comment.