Skip to content

Commit

Permalink
moving locales to their own source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Jun 22, 2016
1 parent d661a2a commit 57ce2f9
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gulp.task('makeCss', function() {

gulp.task('makeJs', function() {

gulp.src('./*.coffee')
gulp.src(['./*.coffee', './locales/*.coffee'])
//compile to js (and create map files)
.pipe(sourcemaps.init())
.pipe(coffee()).on('error', gutil.log)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 57ce2f9

Please sign in to comment.