Skip to content
New issue

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

compatibility with ember-cli-foundation-sass #152

Open
lessless opened this issue Jun 6, 2015 · 0 comments
Open

compatibility with ember-cli-foundation-sass #152

lessless opened this issue Jun 6, 2015 · 0 comments

Comments

@lessless
Copy link

lessless commented Jun 6, 2015

Hello! It seems that there is a mismatch somewhere between the ember-cli-cordova starter kit and ember-cli-foundation-sass about main scss file name/path:
right after ember-cli-foundation-sass installation there is an error in the console /Users/lessless/Code/js/foodraptor/tmp/caching-writer-dest-dir_TMEvRJ.tmp/app/styles/app.[scss|sass] does not exist
and if look onto that path there is a css file named after the application

Users/lessless/Code/js/foodraptor/tmp/caching-writer-dest-dir_TMEvRJ.tmp/
└── assets
    ├── foodraptor.css
    └── foodraptor.css.map

I tried to specify output in Brocfile

var app = new EmberApp({
  outputPaths: {
    app: {
      css: {
        'app': '/assets/foodraptor.css'
      }
    }
  }
});

but no success yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant