uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

Init script doesn't copy .browserslistrc #22

Closed thisisdano closed 4 years ago

thisisdano commented 4 years ago

Autoprefixer needs the .browserslistrc file to work properly, but the init files doesn't copy it and documentation doesn't mention it

mejiaj commented 4 years ago

@thisisdano should we add it to README that users should copy it if they don't already have it?

cp node_modules/uswds-gulp/.browserslistrc .

Otherwise we'd probably have to check to see if the file already exists in their project and copy it if it doesn't.

thisisdano commented 4 years ago

Let's add it to the README, as you suggest, just as we do with the gulpfile.