The ember-cli voyage begins
Stefan Penner converted Ember App Kit to ember-cli about a month ago, and its feature list is pretty amazing, and I thought that it was about time to give it a whir.
When developing on beta, bleeding edge, software libraries; and when beginning to use a completely new tool chain - in this case I was switching from GruntJs to BroccoliJs; however, ones tends to run into quite a few walls!
Here are all the questions I have asked on Stackoverflow, and issues/ requests/ pull requests I have created on Github, in the past couple of days:
- Stackoverflow
- How to add broccoli-compass to ember-cli v0.0.28?
- How to get test to access ember-cli server when run in CI mode?
- Ember Data deleteRecord() followed by rollback() - how to make object reappear in list?
- Creating CSS sprites using SASS without Compass?
- Setting up integration tests in an ember-cli app - how to access module() and visit()?
- Github
- Testing Ember with Mocha - visit() causes tests to abort
- Allow SASS sourcemaps
- Support for CSS source maps and providing options to preprocessors
- Add instructions for setting up integration tests
- explore CI/tests running against compiled + minified production builds
ember test
works in Linux, but doesn’t on Windows- Improve documentation for usage
- Include instructions on how to use with Broccoli
If you are reading this and have got some EmberJs, ember-cli, or Broccoli expertise to spare, please give these a look and see if you can answer or help in any way. Any contributions will be much appreciated!