NextSeason

Results 4 issues of NextSeason

```JavaScript gulp.src( '**/*.html' ) .pipe( task1() ) .pipe( fileInclude() ) .pipe( gulp.dest( 'dist' ) ); ``` a.html ``` @@include( './b.html' ) ``` b.html ``` ``` In task1, the `__STATIC__` in...

While using gulp-file-include, I think we must set src with `!*.{jpg,png,jpeg,gif,bmp,woff,eot,tff...}` to make the process skip compile binary files. Maybe it will be better if add a param in options...

执行display的时候,模板文件路径会被在viewpath 和 模版名之间插入当前action的目录名。 怎么设置才能不这样? 比如:setViewpath( '/a/b/c' ); 当前action 在 my_actions目录, display( 'home.html', $data ); 会去找 /a/b/c/my_actions/home.html 目录。我试了很久没有找到办法

[Write issue description here] Cursor disappeared in swift playground editor command mode. Working while in insert mode and in a normal project. ``` -------- Debug Info ------- XVim revision :...