Skip to content

Commit

Permalink
Merge pull request #75 from nason/fix-gc-build
Browse files Browse the repository at this point in the history
Fix build: Use updated google-closure-compiler
  • Loading branch information
StephenHynes7 authored Nov 10, 2016
2 parents 56addf6 + a88536f commit e7480de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var gulp = require('gulp');
var concat = require('gulp-concat');
var karma = require('gulp-karma');
var closureCompiler = require('gulp-closure-compiler');
var closureCompiler = require('google-closure-compiler').gulp();
var rename = require('gulp-rename');
var replace = require('gulp-replace');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"homepage": "https://logentries.com",
"devDependencies": {
"google-closure-compiler": "^20161024.2.0",
"gulp": "^3.6.2",
"gulp-closure-compiler": "^0.1.2",
"gulp-concat": "^2.2.0",
"gulp-karma": "^0.0.4",
"gulp-rename": "^1.2.0",
Expand Down

0 comments on commit e7480de

Please sign in to comment.