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

Update ember-cli to v1.13.7 #12

Merged
merged 1 commit into from
Aug 8, 2015

Conversation

HeroicEric
Copy link
Contributor

  • Updates ember-cli to v1.13.7
  • Replaces Brocfile.js with ember-cli-build.js
  • Adds ember-try
  • Fixes a typo in the package description

There is currently a bug in ember-cli ember-cli/ember-cli#4084 that requires specifying a file extension to work inside an addon. A temporary fix was applied (commented on below).

var app = new EmberApp(defaults, {
// See https://github.com/ember-cli/ember-cli/issues/4084
sassOptions: {
extension: 'scss'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently required due to a bug ember-cli/ember-cli#4084

lukemelia added a commit that referenced this pull request Aug 8, 2015
@lukemelia lukemelia merged commit f4c4d87 into yapplabs:master Aug 8, 2015
@HeroicEric HeroicEric deleted the update-ember-cli branch August 8, 2015 18:14
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

Successfully merging this pull request may close these issues.

2 participants