Skip to content

Commit

Permalink
Merge pull request swagger-api#951 from mohsen1/develop_2.0
Browse files Browse the repository at this point in the history
Add underscore source map file
  • Loading branch information
fehguy committed Feb 24, 2015
2 parents 0db4828 + a3c5e10 commit a6a1d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ gulp.task('copy', ['less'], function() {

// copy JavaScript files inside lib folder
gulp
.src(['./lib/**/*.js'])
.src(['./lib/**/*.{js,map}'])
.pipe(gulp.dest('./dist/lib'))
.on('error', gutil.log)

Expand Down
Loading

0 comments on commit a6a1d8c

Please sign in to comment.