angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Release 2.5.3 in Npm Build with Error #6654

Closed frekele closed 6 years ago

frekele commented 6 years ago

angular-ui-bootstrap release 2.5.3 version is break.

The 'dist' directory contains snapshot version: node_modules/angular-ui-bootstrap/dist/ui-bootstrap-2.0.0-SNAPSHOT.js node_modules/angular-ui-bootstrap/dist/ui-bootstrap-2.0.0-SNAPSHOT.min.js node_modules/angular-ui-bootstrap/dist/ui-bootstrap-2.0.0-SNAPSHOT.min.js node_modules/angular-ui-bootstrap/dist/ui-bootstrap-2.0.0-SNAPSHOT-csp.css node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls-2.0.0-SNAPSHOT.js node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls-2.0.0-SNAPSHOT.min.js

No exist stable release builds.

After update my project, this is breaking my build.

I hope I have helped.

frekele commented 6 years ago

@icfantv

icfantv commented 6 years ago

I'm on it. Sorry about that. We just wanted to get the new README/project status out there.

DenisDremkov commented 6 years ago

change temporarily until an error is fixed

require('./dist/ui-bootstrap-tpls'); module.exports = 'ui.bootstrap';

=>

require('./dist/ui-bootstrap-tpls-2.5.4'); module.exports = 'ui.bootstrap';

icfantv commented 6 years ago

I think this should be fixed. This is why everyone should have precise build/release instructions....which we did not. :-o