question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with ember-cli@2.9.1 and ember-cli-postcss

See original GitHub issue

I am using the 0.2.0-beta.4 version. It seems that the pod-styles.css is not generated.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:32 (22 by maintainers)

github_iconTop GitHub Comments

3reactions
webarkcommented, Jan 26, 2017

@buschtoens and @denchen 0.2.10 has been released. Feel free to give it a try.

2reactions
webarkcommented, Jan 26, 2017

So… 🐑 this was kind of a bug in our code all along. Apparently, with glob (which has terribly poor documentation around it who’s knowledge appears to have been cargo culted from one place to another) a “set” can’t have only one item in it. So I just am always adding a comma on to the end of the set, which, in the eyes of glob, adds another empty item.

anyhow… @buschtoens @denchen this should be fixed by #208 and we will no longer need @buschtoens addon.

If it isn’t, please feel free to reopen. Sorry for the inconvenience of this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · ember-cli/ember-cli - GitHub
The Ember.js command line utility. Contribute to ember-cli/ember-cli development by creating an account on GitHub.
Read more >
The Ember CLI - Introduction - Ember CLI Guides
The Ember CLI (command line interface) is the official way to create, build, test, and serve the files that make up an Ember...
Read more >
Can't Install Ember-CLI without sudo - Stack Overflow
when installing using sudo, then getting problem in creating new app. sudo npm install -g ember-cli /usr/local/ ...
Read more >
@ember/test-helpers | Yarn - Package Manager
@ember/test-helpers. owner emberjs643.8k(MIT OR Apache-2.0)2.9.1DT · vulns 0 vulnerabilities. Helpers for testing Ember.js applications. ember-addon ...
Read more >
Step 2: Create a new Ember app using Ember CLI
This is going to spit out a lot of input and do some work for a while. Eventually, we should see output like...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found