Commit 5433057e authored by Mattia Migliorini's avatar Mattia Migliorini

Update ubuntuit-vanilla-theme and ubuntu-vanilla-theme

parent a9ec7fd5
...@@ -6,10 +6,12 @@ var concat = require("gulp-concat"); ...@@ -6,10 +6,12 @@ var concat = require("gulp-concat");
var uglify = require("gulp-uglify"); var uglify = require("gulp-uglify");
gulp.task("sass", function() { gulp.task("sass", function() {
return gulp.src("assets/sass/website.scss") return gulp.src("assets/sass/website.scss")
.pipe(sass().on('error', sass.logError)) .pipe(sass({
.pipe(postcss([autoprefixer()])) includePaths: ['node_modules']
.pipe(gulp.dest("uitwww/static")); }).on('error', sass.logError))
.pipe(postcss([autoprefixer()]))
.pipe(gulp.dest("uitwww/static"));
}); });
gulp.task("js", function() { gulp.task("js", function() {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"gulp-postcss": "~5.1.8", "gulp-postcss": "~5.1.8",
"gulp": "~3.9.0", "gulp": "~3.9.0",
"autoprefixer": "~5.2.0", "autoprefixer": "~5.2.0",
"ubuntuit-vanilla-theme": "git+http://code.ubuntu-it.org/ubuntu-it-web/ubuntuit-vanilla-theme.git", "ubuntuit-vanilla-theme": "git+http://code.ubuntu-it.org/ubuntu-it-web/ubuntuit-vanilla-theme.git#develop",
"gulp-concat": "~2.6.0", "gulp-concat": "~2.6.0",
"gulp-uglify": "~1.2.0", "gulp-uglify": "~1.2.0",
"gulp-sass": "~2.1.0" "gulp-sass": "~2.1.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment