This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Create 'Custom Build' is not the latest release and is missing directives. #2357
Comments
Well I resolved the issue by manually copying over the missing directives from the full download. I was missing all of the directives for day, month, and year as well as their corresponding templates. |
matt-d-rat
changed the title
Create Custom Build is not the latest release
Create 'Custom Build' is not the latest release and is missing directives.
Jun 19, 2014
+1 |
2 similar comments
+1 |
+1 |
2 tasks
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 2014
- 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
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 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
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
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 issue
Nov 14, 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
OronNadiv
pushed a commit
to lanetix/bootstrap
that referenced
this issue
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am trying to create a custom build using the tool on http://angular-ui.github.io/bootstrap/ as I only need the datepicker component. I am selecting the datepicker, dateparser and position modules. The resulting build is version 0.10.0, not the latest release 0.11.0.
It also appears that I do not have all of the necessary components when creating this build, as inspecting the templateCache in the output JS files, there are only entries for:
I am missing entries for:
Any ideas?
The text was updated successfully, but these errors were encountered: