This repository was archived by the owner on May 29, 2019. It is now read-only.
chore(build): make custom builds work (from browser)#2892
Closed
chrisirhc wants to merge 8 commits intoangular-ui:masterfrom
Closed
chore(build): make custom builds work (from browser)#2892chrisirhc wants to merge 8 commits intoangular-ui:masterfrom
chrisirhc wants to merge 8 commits intoangular-ui:masterfrom
Conversation
UglifyJs version 2.4.15
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this pull request
Oct 27, 2014
This is just for demonstrating PR angular-ui#2892.
Only load the files when needed. Cache them after they're loaded.
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this pull request
Nov 14, 2014
Part of angular-ui#2892 Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this pull request
Nov 14, 2014
Part of angular-ui#2892 Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176
OronNadiv
pushed a commit
to lanetix/bootstrap
that referenced
this pull request
Nov 18, 2014
Use approach from Twitter Bootstrap. Most of the code is from their customizer. - use modules in mappings file - generate concatenated JS - generate tpl and non-tpl file with banner - generate zip file for custom builds - add browser compatibility message - speed up page by deferring loading of files - only load the files when needed. Cache them after they're loaded. Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176 Closes angular-ui#2892
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Online demo: http://chrisirhc.github.io/angular-ui-bootstrap/
I'll clean up the commit messages in a bit.
Most of this is based on Twitter Bootstrap's in-browser custom build logic.
What's left:
Fixes #2960, #2847, #2625, #2489, #2357, #2176.