How do I change the dist-folder path in ember-cli?
ember-cli, ember.js, laravel
Solution
Use the output path option when using `ember build`:
ember build --output-path=/not-dist
Problem
I would like to use ember-cli with Laravel and I need to know how I can change the path of the dist folder.