Gulp

Gulp

34 bookmarks
Custom sorting
Exploring A Generator For Gulp.js
Exploring A Generator For Gulp.js
Work has begun on our first official Yeoman generator for Gulp.js. Gulp is a streaming build system which focuses on code over configuration. By harnessing the power of Node streams, it enables faster build times by avoiding the need to write temporary files to disk.
·yeoman.io·
Exploring A Generator For Gulp.js
gulpfile.js
gulpfile.js
My current gulfile - CSS with rework - JS with Browserify & lots of transfo (mainly jadeify) - HTML with jade - & some static files working Include a static server with livereload. gulpfile.js /// var pkg = require("./package.
·gist.github.com·
gulpfile.js
sindresorhus/gulp-changed · GitHub
sindresorhus/gulp-changed · GitHub
No more wasting precious time on processing unchanged files. The destination directory. Same as you put into gulp.dest().
·github.com·
sindresorhus/gulp-changed · GitHub
A Static Fileserver & LiveReload with Gulp
A Static Fileserver & LiveReload with Gulp
Update: I thought the Gulpfile I was dissecting was a typical Gulpfile, but it actually is a proof of concept in which no plugins are used. So this erases my conclusion in the end where I was comparing Gulp and Grunt.
·medium.com·
A Static Fileserver & LiveReload with Gulp