Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to skip purging during development #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

buzzyburrows
Copy link

In dev environments I would like to have all icons and styles available, so I set my dev scripts to skip things like minification, purging etc.

To this end I added a -d and --dev flag to the CLI to skip purging.

Changed how the options are passed since the flag was getting lost when loading a config file.

Added a new key value pair of env: 'dev' to the config file in case people want to set it that way. It defaults to env: 'production'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant