Skip to content

Commit

Permalink
missing commas in gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 22, 2015
1 parent a7efdaf commit 33bae53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ var gulp = require('gulp'),
filter = require('gulp-filter'),
imagemin = require('gulp-imagemin'),
newer = require('gulp-newer'),
prefix = require('gulp-autoprefixer')
ngAnnotate = require('gulp-ng-annotate')
prefix = require('gulp-autoprefixer'),
ngAnnotate = require('gulp-ng-annotate'),
gettext = require('gulp-angular-gettext');

function swallowError (error) {
Expand Down

0 comments on commit 33bae53

Please sign in to comment.