generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

Build hybrid mobile apps using the Ionic Framework

Results 102 generator-ionic issues
Sort by recently updated
recently updated
newest added

When I run `grunt serve --lab` the styles get messed because in that task apparently the style files are not copied appropriately, and it's the only way of my files...

I removed some images from a build that were no longer needed. I now get 404's for those images as they are included with a js preload script that is...

Ruby is no longer required for using sass, as there is lib-sass and [node-sass](https://www.npmjs.com/package/node-sass). If grunt is still something that you're sticking with, you could use [grunt-sass](https://github.com/sindresorhus/grunt-sass) so that way...

I edit starters.js module.exports = { templates: [ { name: 'Tabs', user: 'driftyco', repo: 'ionic-starter-tabs' }, { name: 'Sidemenu', user: 'driftyco', repo: 'ionic-starter-sidemenu' }, { name: 'Userinfo', user: 'diegonetto', repo:...

How do I `grunt platform:add:android` for android-22 target?

in task copy:app, it's supposedly to filter out files of styles, such as scss, sass & css. However, according to http://gruntjs.com/configuring-tasks#globbing-patterns This syntax using '()' is incorrect, instead, {} should...

I wonder how to setup SASS in my project correctly. This is my `app/styles/main.scss`: ``` $positive: #0A4F7C !default; @import "../bower_components/ionic/scss/ionic.scss"; ``` It works fine. Though I want to minimize the...

Because this project represents a central building block of many Ionic-based build workflows, the recent cease of activity is worrying a lot of downstream users, especially given the increased activity...

When use: ``` yo angular:[command] ``` it creates controllers, services, views and so on, in generator-angular default folders that is different from Ionic seed standard. Maybe if generator-ionic uses an...

enhancement