Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Create 'Custom Build' is not the latest release and is missing directives. #2357

Closed
matt-d-rat opened this issue Jun 18, 2014 · 4 comments
Closed

Comments

@matt-d-rat
Copy link

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:

  • template/datepicker/datepicker.html
  • template/datepicker/popup.html

I am missing entries for:

  • template/datepicker/day.html
  • template/datepicker/month.html
  • template/datepicker/year.html

Any ideas?

@matt-d-rat
Copy link
Author

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 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
@joeferraro
Copy link

+1

2 similar comments
@pomerantsev
Copy link

+1

@pivotal-david-linley
Copy link

+1

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
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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants