klei / gulp-inject

A javascript, stylesheet and webcomponent injection plugin for Gulp
MIT License
811 stars 93 forks source link

gulp-inject support injected order? #133

Closed hjzheng closed 9 years ago

hjzheng commented 9 years ago

I check the johnpapa/generator-hottowel 's gulpfile.js code, found following code:

...
  .pipe(inject(config.js, '', config.jsOrder))
...

I did not find anything about this usage in README.md. So I want to know that gulp-inject support injected order.

joakimbeng commented 9 years ago

That has nothing to do with this plugin, it just injects the files in the order it gets them. As the readme suggests you should use something else to sort your files.

They use another plugin for the sort order, see L418 in their gulpfile.

hjzheng commented 9 years ago

thanks @joakimbeng

johnnynode commented 6 years ago

Refer to : https://github.com/klei/gulp-inject/issues/218