Skip to content

Commit 122d396

Browse files
committed
Merge pull request #198 from varya/features/clean-parser
Ometa splitter is not in use any more
2 parents f46a4dc + 772300d commit 122d396

File tree

3 files changed

+1
-74
lines changed

3 files changed

+1
-74
lines changed

gulpfile.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ gulp.task('sass:no-fail', function() {
125125
.pipe(gulp.dest(distPath + '/css'));
126126
});
127127

128-
gulp.task('kss-splitter', function() {
129-
130-
run('./node_modules/ometajs/bin/ometajs2js -i lib/modules/kss-blocks-parser.ometajs -o lib/modules/kss-blocks-parser.js');
131-
132-
});
133-
134128
gulp.task('demo', function() {
135129
options.server = true;
136130
configPath = __dirname + '/lib/app/styleguide_config.json';
@@ -187,7 +181,7 @@ gulp.task('watch', [], function() {
187181
gulp.watch(sourcePath + '/**', ['styleguide']);
188182
});
189183

190-
gulp.task('build', ['sass', 'kss-splitter', 'js:app', 'js:vendor', 'html', 'assets']);
184+
gulp.task('build', ['sass', 'js:app', 'js:vendor', 'html', 'assets']);
191185

192186
gulp.task('changelog', function() {
193187

lib/modules/kss-blocks-parser.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

lib/modules/kss-blocks-parser.ometajs

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)