William Lin

Results 8 issues of William Lin

Output of `gemini --version`: Version: 5.0.0-alpha.9 Global: 5.0.0-alpha.8 Contents of `.gemini.yml` file: ```yaml rootUrl: 'http://localhost:8888' compositeImage: true screenshotMode: 'fullpage' sessionsPerBrowser: 3 system: browserstack: {} 'html-reporter': enabled: true path: 'gemini/gemini-reports' errorsOnly:...

Which browser does it support? Seems it doesn't work on IE 11-, Chrome 40-. How can I make it work for these browsers?

documentation

Like the example you gave: ```javascript const gulp = require('gulp'); const nunjucks = require('gulp-nunjucks'); const data = require('gulp-data'); gulp.task('default', () => gulp.src('templates/greeting.html') .pipe(data(() => ({name: 'Sindre'}))) .pipe(nunjucks.compile({ watch: true, noCache:...

Script tasks like ``` a.js + b.js + c.js ==> new1.js // just combile new1.min.js // combile and minify d.js + e.js + f.js ==> new2.js // just combile new2.min.js...

Could you please publish `foreach` to bower?

Hi, I really appreciate your work! Could you add Bower support so that we can install it by Bower? Thanks

When I try to install by bower, get the result: ``` $ bower install Respond bower cached git://github.com/scottjehl/Respond.git#1.4.2 bower validate 1.4.2 against git://github.com/scottjehl/Respond.git#* bower ENOTFOUND Package Selectivizr bower=selectivizr-bower not found...