Skip to content

Commit

Permalink
fix(styleguide): start decouple kss docs from scss
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 27, 2016
1 parent 2b79681 commit ba94603
Show file tree
Hide file tree
Showing 6 changed files with 1,830 additions and 1,098 deletions.
3 changes: 1 addition & 2 deletions chore/gulp/tasks/sc5-styleguide.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var autoprefixer = require('gulp-autoprefixer');
var config = require(path.join('..','..','chore.config'));

var sc5Folder = 'sc5-styleguide';
console.log(path.join(config.root,sc5Folder));
var defaultConfig = {
srcFolder: [path.join(config.src,'**','*.scss')],
generateSrc:[path.join(config.src,'**','*.scss')],
Expand Down Expand Up @@ -101,7 +100,7 @@ gulp.task('styleguide:generate', ['styleguide:copy'], function (done) {
gulp.task('styleguide:applystyles', function (done) {
helper.log('Apply styles from ' + styleguideConfig.applyStylesSrc);
return gulp.src(styleguideConfig.applyStylesSrc)
.pipe($.concat('app.css'))
.pipe($.concat('star-rating-stylegude.css'))
//.pipe($.sass(styleguideConfig.sassOptions).on('error', $.sass.logError))
//.pipe(autoprefixer(styleguideConfig.autoprefixerOptions))
.pipe(styleguide.applyStyles())
Expand Down
Loading

0 comments on commit ba94603

Please sign in to comment.