Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #80 from ahebrank/get-gulp-working
Browse files Browse the repository at this point in the history
address #77: get gulp working
  • Loading branch information
LeBenLeBen authored Feb 15, 2019
2 parents 3288912 + ea5a7b6 commit 8585389
Show file tree
Hide file tree
Showing 3 changed files with 3,896 additions and 1,910 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gulp.task('css:skins', function() {
const skins = require('./assets/scss/skins/_skins.json');

for (let skin of skins) {
fs.writeFile(`./assets/scss/skins/${skin.name}.scss`,
fs.writeFileSync(`./assets/scss/skins/${skin.name}.scss`,
`
$color-header-background: ${skin.accent};
$color-header-content: ${skin.complement};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass": "^4.0.0",
"gulp-sass-glob": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^2.0.0",
Expand All @@ -37,7 +37,7 @@
"jquery-resizable-dom": "^0.16.0",
"normalize.css": "^4.1.1",
"sass-mq": "^3.2.6",
"select2": "^4.0.3",
"select2": "4.0.3",
"stylelint-config-standard": "^7.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
Expand Down
Loading

0 comments on commit 8585389

Please sign in to comment.