davidruisinger / ionic-better-structure

An alternative ionic project skeleton with a cleaner structure
39 stars 12 forks source link

Adding Sass #7

Closed gabalicious closed 8 years ago

gabalicious commented 8 years ago

After adding Sass with this command '$ ionic setup sass', using gulp build or ionic build ios creates a project with a white screen. In Xcode the JS folder and index.html file is missing. Am I doing something wrong?

davidruisinger commented 8 years ago

You don't need to run ionic setup sass since this project is already configured to use sass as of default. (see src/app/styles/ionic.app.scss)