A plugin for Gulp that extracts the javascript and css files from your html and makes them available to other gulp tasks.
```bash npm i --save-dev gulp-assets-replace ```
Grab assets from html
PostCSS plugin to manage assets
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.
Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
Command line interface for gulp
The streaming build system.
Fully working project examples showing how to use BrowserSync in various ways
Sourcemap support for gulpjs.
No description provided.
Rename files
Gulp extension to add header to file(s) in the pipeline.
Run webpack as a stream
SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
Gulp plugin for sass
Gulp plugin for generating an identity sourcemap for a file.
Gulp plugin for mapping sources of a sourcemap.
Rewrite references to assets that have been revisioned using gulp-rev
PostCSS gulp plugin
Rewrite occurences of filenames which have been renamed by gulp-rev
A string replace plugin for gulp
A typescript compiler for gulp with incremental compilation support.
md5/sha256 the static files(eg. javascript, style, image files) and change the hash strings in the quoted file. Forked from gulp-md5-assets.
Rails Plugin to augment frontend development with a gulp/webpack based workflow. - Installs Javascript infrastructure in your Rails project to manage frontend assets - Provides view helpers to Rails that allow you to easily reference gulp generated assets from Rails views - Puts Livereload into the Rails middleware stack. This injects the Livereload client into Rails-renderd pages, updates are triggered from gulp.
A library to assist with compiling assets with Rails at request-time.
Set up Rails with Gulp for asset pipeline.
Remove sprockets and use gulp-pipeline. Simpler, faster, and integrates very well with the rest of the assets community.
Use any toolchain to bulid your asset files in Rails 4.2. Integrate Brunch, Gulp, Grunt, Webpack, Browserify and others seamlessly into Rails apps.