diff --git a/gulpfile.js b/gulpfile.js index 45e68bf5d1f1..897982a0143d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,7 +8,7 @@ const path = require('path'); // Register TS compilation. require('ts-node').register({ - project: path.join(__dirname, 'tools/gulp') + project: path.join(__dirname, 'tools/gulp/tsconfig.json') }); require('./tools/gulp/gulpfile'); diff --git a/package.json b/package.json index ac07c6d51d19..9f5ba36c75ff 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "glob": "^7.1.1", "google-cloud": "^0.48.0", "gulp": "^3.9.1", - "gulp-better-rollup": "^1.0.2", "gulp-clean": "^0.3.2", "gulp-clean-css": "^3.0.3", "gulp-cli": "^1.2.2", @@ -83,6 +82,7 @@ "gulp-transform": "^1.1.0", "hammerjs": "^2.0.8", "highlight.js": "^9.9.0", + "http-rewrite-middleware": "^0.1.6", "image-diff": "^1.6.3", "jasmine-core": "^2.5.2", "karma": "^1.5.0", @@ -99,16 +99,17 @@ "node-sass": "^4.5.0", "protractor": "^5.1.1", "resolve-bin": "^0.4.0", + "rollup": "^0.41.6", "run-sequence": "^1.2.2", "sass": "^0.5.0", "selenium-webdriver": "^3.1.0", "stylelint": "^7.8.0", "travis-after-modes": "0.0.7", - "ts-node": "^2.1.0", + "ts-node": "^3.0.0", "tslint": "^4.4.2", "tslint-no-unused-var": "0.0.6", - "typescript": "~2.1.6", - "uglify-js": "^2.8.7", + "typescript": "~2.1.1", + "uglify-js": "^2.8.14", "web-animations-js": "^2.2.2" } } diff --git a/src/demo-app/index.html b/src/demo-app/index.html index 3099472c8633..b7dc9394af18 100644 --- a/src/demo-app/index.html +++ b/src/demo-app/index.html @@ -8,7 +8,7 @@ - + @@ -16,11 +16,11 @@