Tag: jeet grid

如何使用grunt-contrib-stylus包含手写笔库?

如何使用grunt-contrib-stylus包含手写笔库? 我想添加Jeet&Rupture到我的手写笔设置。 我已经运行npm npm install –save-dev jeet & npm install –save-dev jeet 但我不知道如何让他们使用手写笔设置,这是我有: // Compiles Stylus to CSS stylus: { server: { options: { paths: [ '<%= yeoman.client %>/bower_components', '<%= yeoman.client %>/app', '<%= yeoman.client %>/components', '<%= yeoman.client %>/assets' ], "include css": true }, files: { '.tmp/app/app.css' : '<%= yeoman.client %>/app/app.styl' } } }, 这就是我所说的Jeet。 @import […]

铁笔jeet不工作了

在一天之内,我得到了这个错误。 它不适用于我。 gulpfile.js var gulp = require('gulp'), stylus = require('gulp-stylus'), jeet = require('jeet'); gulp.task('default', function () { gulp.src('assets/*.styl') .pipe(stylus({ use: [ jeet() ] })) .pipe(gulp.dest('assets/')); }); theme.styl @import "jeet" .page span(1/2) failed to locate @import file jeet.styl 完全错误 – http://pastebin.com/KuZ4ZPwK