Dan503 / gulp-auto-imports

Auto generate import-only files for any file type. SCSS, JS, TS, Pug, whatever you want.
MIT License
1 stars 0 forks source link

change default output file header based on retainOrder setting #11

Open Dan503 opened 5 years ago

Dan503 commented 5 years ago

If the retainOrder setting is used, it should use the following file header by default:

retainOrder: true

// This file is generated by gulp-file-loader.
// Save this file into source control.
// You may rearrange the order of each line however you like.
// You may NOT make any other alterations to this file.

retainOrder: false

// This file is generated by gulp-file-loader.
// Do not edit this file.
// Do not save this file into source control.