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

feat(*): far better Bower integration #27

Closed
wants to merge 3 commits into from
Closed

feat(*): far better Bower integration #27

wants to merge 3 commits into from

Conversation

joshdmiller
Copy link
Member

Bower is now the official delivery channel for Twitter Bootstrap and UI
Bootstrap and is an integral part of how ngBoilerplate works. Several
files and directories were renamed for this change to make sense.

Notably, src/components is no longer for vendor code, but for
drag-and-drop reusable code created by the user. Vendor code retrieved
through Bower is stored in the vendor directory instead.

AngularJS files are now in a folder called build to accommodate the above
change, and so the Grunt tasks are now in a folder called grunt-tasks.

The documentation has been changed to reflect these changes.

As this is the major change for v0.2, the package version was updated.

Closes #23. Closes #22. Closes #12.

Josh David Miller added 3 commits May 3, 2013 17:50
Bower is now the official delivery channel for Twitter Bootstrap and UI
Bootstrap and is an integral part of how ngBoilerplate works. Several
files and directories were renamed for this change to make sense.

Notably, `src/components` is no longer for vendor code, but for
drag-and-drop reusable code created by the user. Vendor code retrieved
through Bower is stored in the `vendor` directory instead.

AngularJS files are now in a folder called `build` to accommodate the above
change, and so the Grunt tasks are now in a folder called `grunt-tasks`.

The documentation has been changed to reflect these changes.

As this is the major change for v0.2, the package version was updated.
@joshdmiller
Copy link
Member Author

Landed as 864c265.

@joshdmiller joshdmiller closed this May 4, 2013
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