Skip to content

Commit

Permalink
update gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
n3ssi3 committed Jan 13, 2015
1 parent 41753f3 commit 1b51730
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@ var ignore = {
'bower_components/**/*.js',
'node_modules/**/*.js',
paths.js + '*.min.js',
paths.js + '**/*.min.js',
paths.js + 'libs/*.js',
paths.js + 'plugins/*.js',
paths.js + 'plugins/**/*.js',
// these look like they are not used anywhere but we keep em for now
paths.js + 'output-words.js',
paths.js + 'jquery.form.js',
paths.js + 'jquery.ajaxfileupload.js',
paths.js + 'jquery.history.js'
paths.js + '**/*.min.js'
]
};

Expand All @@ -63,12 +55,7 @@ gulp.task('compile', function () {
fileName: 'build.js',
compilerFlags: {
externs: [
// 'askbot/media/js/libs',
// 'askbot/media/js/plugins',
// 'askbot/media/js/output-words.js',
// 'askbot/media/js/jquery.form.js',
// 'askbot/media/js/jquery.ajaxfileupload.js',
// 'askbot/media/js/jquery.history.js'
// 'askbot/media/jslib'
],
jscomp_off: 'internetExplorerChecks'
}
Expand Down

0 comments on commit 1b51730

Please sign in to comment.