gulp-slim icon indicating copy to clipboard operation
gulp-slim copied to clipboard

Slim plugin for gulp

Results 6 gulp-slim issues
Sort by recently updated
recently updated
newest added

I've learned about security alerts from github so I've addressed them. gulp-util has been deprecated. https://github.com/gulpjs/gulp-util

I have an issue with compiling slim. My code looks like this: ``` javascript var gulp = require('gulp'); var plugins = require('gulp-load-plugins')({scope: ['devDependencies']}); gulp.task('html', function () { return gulp.src('slim/**/*.slim') .pipe(plugins.slim())...

Sorry, absent on this repo this few month. I've been busy to contribute another repos recently. Unfortunately, I have no chance to use `slim` any more, in my work. If...

Currently plugin stops compilation process and throws an exception on ruby warnings ``` [00:56:48] Using gulpfile ~/code/myapp/gulpfile.js [00:56:48] Starting 'slim'... [00:56:48] Finished 'slim' after 8.53 ms [00:56:49] gulp-notify: [Compile Error]...

I'm trying to add an inline SVG, but is not working because is not parsing properly \n and \t so the generated code is invalid. Example of the code not...