Doesn't work with ember-cli@2.9.1 and ember-cli-postcss
See original GitHub issueI am using the 0.2.0-beta.4
version. It seems that the pod-styles.css
is not generated.
Issue Analytics
- State:
- Created 7 years ago
- Comments:32 (22 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@buschtoens and @denchen 0.2.10 has been released. Feel free to give it a try.
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.