diff --git a/.gitignore b/.gitignore index d81ee917..65da8285 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ OurUmbraco.Site/App_Data/Documentation/ OurUmbraco.Site/App_Data/NotificationTest/ build/tools/node* wwwcache/ +build/toolsnode.js.*/ diff --git a/OurUmbraco.Client/package.json b/OurUmbraco.Client/package.json index fbb1615d..35607df5 100644 --- a/OurUmbraco.Client/package.json +++ b/OurUmbraco.Client/package.json @@ -4,24 +4,24 @@ "description": "Umbraco Our gulpjs config", "main": "gulpfile.js", "private": true, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "gulp": "^3.9.1", + "gulp-autoprefixer": "^3.1.0", + "gulp-clean": "0.3.x", + "gulp-combine-media-queries": "0.2.x", + "gulp-concat": "2.2.x", + "gulp-imagemin": "0.6.x", + "gulp-jshint": "^2.0.4", + "gulp-minify-css": "1.1.x", + "gulp-rename": "1.2.x", + "gulp-sass": "^2.2.0", + "gulp-svgmin": "0.4.x", + "gulp-uglify": "^1.5.3", "gulp-util": "3.0.x", "gulp-watch": "0.6.x", - "gulp-minify-css": "1.1.x", - "gulp-sass": "^2.2.0", - "gulp-combine-media-queries": "0.2.x", - "gulp-imagemin": "0.6.x", - "gulp-autoprefixer": "^3.1.0", - "gulp-uglify": "^1.5.3", - "gulp-jshint": "2.0.0", - "gulp-concat": "2.2.x", - "jshint-stylish": "0.2.x", - "gulp-clean": "0.3.x", - "gulp-svgmin": "0.4.x", - "gulp-rename": "1.2.x" + "jshint": "^2.9.4", + "jshint-stylish": "0.2.x" }, "scripts": { "test": "gulp build --verbose" diff --git a/OurUmbraco.Site/config/ClientDependency.config b/OurUmbraco.Site/config/ClientDependency.config index a98443e3..cbaf6fd9 100644 --- a/OurUmbraco.Site/config/ClientDependency.config +++ b/OurUmbraco.Site/config/ClientDependency.config @@ -10,7 +10,7 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - +