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

Configurable dist #89

Closed
wants to merge 3 commits into from
Closed

Configurable dist #89

wants to merge 3 commits into from

Conversation

sdoxsee
Copy link

@sdoxsee sdoxsee commented Dec 16, 2014

I've often needed to use a custom "dist' directory in the Grunt. This allows one to change dist to any directory they want by changing the appConfig.dist variable. This is similar to #9 but should be a clean merge for the current state of the generator.

@joeljeske
Copy link

+1 for build step configuration ability, even beyond just the output directory location. I would like to be able to configure the following

  • Output directory name
  • Output .js filename
  • Output .css filename
  • Bower libraries location. This is configurable using .bowerrc already but it will break grunt/gulp if changed. I suggest grunt/gulp reading this file to determine the folder name

I would also suggest creating a config file for build steps as to not duplicate configuration between gulp or grunt.

@sdoxsee sdoxsee closed this Mar 25, 2015
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.

2 participants