army8735 / more

a css pre-compiler&agressive compressor
http://army8735.me/more
68 stars 4 forks source link

[Error: SyntaxError: missing 22|8|16|4|20|7 line 9 col 35566 look lang] #29

Open cpoli87 opened 8 years ago

cpoli87 commented 8 years ago

[Error: SyntaxError: missing 22|8|16|4|20|7 line 9 col 35566 look lang]

Can you please explain me this error? How can I handle with it? How can I find the error location?

My code:

gulp.task('morecss', function() {
var moreCSS = require('gulp-more-css');
return gulp.src('postcss/*.css')
    .pipe(moreCSS())
    .pipe(gulp.dest('./morecss'));
});

Thanks.

army8735 commented 8 years ago

It means there's a syntax error on line 9 and column 35566, the keyword is 'lang'.

Could you show me the source code? Maybe the parser is wrong.