You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, angular-localization depends on an external repository to release its dependencies. The distribution was external, so angular-localization's install could be as small as possible. But this decision come with extra release complexities, so it was decide to deprecate bower-angular-localization.
Fixing angular-localization release will be done in 2 parts.
Add distribution files to the project root path for older distributions 1.1.x, 1.2.x, and 1.3.x to support the current release paths of bower_components/angular-localization/angular-localization.js.
Although the angular-localization project will be large on install, the module will have all the necessary project files.
Notes for versions 1.0.x
Is anyone still using this?
Notes for versions 1.1.x, 1.2.x, and 1.3.x
For best compatibility, the distributions files will be located at bower_components/angular-localization/ and bower_components/angular-localization/dist.
The text was updated successfully, but these errors were encountered:
Currently, angular-localization depends on an external repository to release its dependencies. The distribution was external, so angular-localization's install could be as small as possible. But this decision come with extra release complexities, so it was decide to deprecate bower-angular-localization.
Thanks to @bretmorris for initial PR to get the ball rolling!
Path to update release process
Fixing angular-localization release will be done in 2 parts.
bower_components/angular-localization/angular-localization.js
.Please see issue Add to the npm registry #70
Notes for older releases
Although the angular-localization project will be large on install, the module will have all the necessary project files.
Notes for versions 1.0.x
Is anyone still using this?
Notes for versions 1.1.x, 1.2.x, and 1.3.x
For best compatibility, the distributions files will be located at
bower_components/angular-localization/
andbower_components/angular-localization/dist
.The text was updated successfully, but these errors were encountered: