We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I serve the project my app sources and bower sources not included? Is there addational option? My index: `
<!-- build:css styles/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/ionic/release/css/ionic.css" /> <!-- endbower --> <!-- endbuild --> <link href="styles/style.css" rel="stylesheet"> <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above <link href="styles/ionic.app.css" rel="stylesheet"> --> <!-- ionic/angularjs js --> <!-- build:js scripts/vendor.js --> <!-- bower:js --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-animate/angular-animate.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="bower_components/ionic/release/js/ionic.js"></script> <script src="bower_components/ionic/release/js/ionic-angular.js"></script> <script src="bower_components/ngCordova/dist/ng-cordova.js"></script> <!-- endbower --> <!-- endbuild --> <!-- cordova script (this will be a 404 during development) --> <script src="cordova.js"></script> <!-- your app's js --> <!-- build:js scripts/scripts.js --> <script src="scripts/app.js"></script> <script src="scripts/configuration.js"></script> <!-- endbuild -->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I serve the project my app sources and bower sources not included? Is there addational option?
<title></title>My index:
`
The text was updated successfully, but these errors were encountered: