Search code examples
ember.jslaravelember-cli

How do I change the dist-folder path in ember-cli?


I would like to use ember-cli with Laravel and I need to know how I can change the path of the dist folder.


Solution

  • Use the output path option when using ember build:

    ember build --output-path=/not-dist