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

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

parent a9ec7fd5
......@@ -7,7 +7,9 @@ var uglify = require("gulp-uglify");
gulp.task("sass", function() {
return gulp.src("assets/sass/website.scss")
.pipe(sass().on('error', sass.logError))
.pipe(sass({
includePaths: ['node_modules']
}).on('error', sass.logError))
.pipe(postcss([autoprefixer()]))
.pipe(gulp.dest("uitwww/static"));
});
......
......@@ -3,7 +3,7 @@
"gulp-postcss": "~5.1.8",
"gulp": "~3.9.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-uglify": "~1.2.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