generator-ionic
generator-ionic copied to clipboard
Build hybrid mobile apps using the Ionic Framework
Hi, I have been struggling post development with cli commands Once you add ios platform, how do you update it after new dev changes? I have to delete platform folder...
Grunt serve brings a blank page with an error ``` This webpage is not available ERR_CONNECTION_REFUSED ``` While ionic serve works fine. There are no errors in the build process...
Not sure if this is cordova or ionic but i am seeing it in this frameset of tools --- Upgrade warning - for the CLI to run correctly, it is...
I install this tools with Git Bash in empty directory. If i run grunt serve, browser will open in new tab: http://localhost:8100/ , but ERR_CONNECTION_REFUSED. Why? In CLI i see...
Hi, if I serve an app using livereload there seems to be a racecondition when to reload the page. I basically just use a starter project and serve it in...
Hello, i was reading this article http://ionicframework.com/tutorials/customizing-ionic-with-sass/ about customizing ionic with sass but the generator include the css version of ionic styles. How about including the ionic.scss into the styles...
I have node server running at localhost:9000 and I have setup a proxy in ionic.project: { "name": "myapp", "app_id": "", "proxies": [ { "path": "/api", "proxyUrl": "http://localhost:9000/api" } ] }...
Hello, I'm starting to use this generator and I'm trying to migrate a project build on the official Ionic template with a modified Gulp.js file. I organize my app with...
support with typescript will be great. see here https://www.npmjs.com/package/grunt-typescript my current config contains: ``` javascript typescript: { base: { src: ['//**/*.ts'], dest: '/', options: { module: 'amd', //or commonjs target:...
Is there a clean way to do that. Updating the generator and running `yo ionic` doesn't help. Its overwriting important files in my existing project. edit --- figured out that...