Skip to content

Commit

Permalink
fix: address build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Oct 30, 2019
1 parent 5fc61f7 commit ebe1b3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions template/.travis.temp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_script:
- gulp processImportsVariable
- npm run stylefluxCanonical
- npm run stylefluxVariable
- gulp reprocessClean
- npm run distTokens
- npm run sassRender
- npm run distJS
Expand Down
3 changes: 2 additions & 1 deletion template/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const gulp = require('gulp'),
postcss = require('gulp-postcss'),
removeSelectors = require('postcss-remove-selectors'),
StyleDictionary = require('style-dictionary'),
copyfiles = require('copyfiles');
copyfiles = require('copyfiles'),
selectorReplace = require('postcss-selector-replace');

// task to copy font files from the OWCSS npm to the local project
// resources are NOT to be committed to version control
Expand Down
1 change: 1 addition & 0 deletions template/package.temp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"stylefluxCanonical": "styleflux -o ./altImports/canonical/*.css",
"stylefluxVariable": "styleflux -o ./altImports/variable/*.css",
"sweep": "rm -rf ./altImports ./temp ./demo/css ./demo/fonts ./dist ./src/tokens | rm ./demo/sass/*token*.scss ./src/*.css ./src/*-css.js",
"yamltest": "yamllint .travis.yml",
"test": "npm-run-all cssLint jsonLint yamltest",
"processSrc": "gulp processSrc",
"processImportsCanonical": "gulp processImportsCanonical",
Expand Down

0 comments on commit ebe1b3a

Please sign in to comment.