laravel-elixir-bower
laravel-elixir-bower copied to clipboard
Elixir Wrapper Around Bower
Modified index.js to add compatibility to Elixir 5.x
I added image support, with the possibility to inline small images in css file as data uri, in order to avoid image folder manipulation in gulpfile and/or prevent image overwriting...
This will fix #6 which is really a result of the breaking API changes in Elixir at [version 3.0](https://github.com/laravel/elixir/releases/tag/3.0.0) I have included the latest branches I found in other pull...
In line no 73 of index.js a call to queueTask method is used.but i think this method is removed from the latest version of laravel elixir.here: https://github.com/laravel/elixir/commit/78f205232abf590821c7334daee52f4809f774fe can you please...
[gulp-minify-css](https://www.npmjs.com/package/gulp-minify-css) has been in deprecated in favor of [gulp-clean-css](https://github.com/scniro/gulp-clean-css). Please open an [issue](https://github.com/scniro/gulp-clean-css/issues) with the new repository if you do upgrade and experience any unexpected behavior. I look forward to...
Would be cool if scss could be compiled and added to `vendor.css` as well. select2 is an example of a bower package using scss as the main file: ``` select2:...
I needed to publish fonts from my bower file (ie: font-awesome) So I added a new gulp task. Then I realized I needed some extra-options in order to export the...
@Crinsane currently Elixir 3 isn't supported
Updated readme and added ability to pass `false` as any parameter of the options to prevent file generation if it is undesired. This branch is based on #2 and #3
Any way to set this to ignore some folders within bower_components. My issue is I am loading jquery and bootstrap elsewhere but packages that declare it as a dependency, cause...