SCSS and JS libs Folder

Hey @Purusothaman this comes back to my question on the dev process and how we could possible decrease the app size when shipped. Ionic Dev Build Process

As for your app breaking. Make sure you are referencing the new .css file complied by Sass which should look like this in your index.html:

 <link href="css/ionic.app.css" rel="stylesheet">
1 Like