Disappearing Files/Resetting of the Dist File

Upon starting the server the dist folder is reset. Meaning if I add a file it disappears, if I delete a file it reappears.

Here are my dependencies.

npm install --save-dev ember-cli-less

bower install bootstrap bower showdown bower moment

ember install ember-font-awesome

I believe it could be the ember-cli-less causing this but I am not sure. Has anyone else had this issue? If so, how did you fix it?

Update: I created a fresh app and the problem exist without any of the previously mentioned dependencies. I may need to refresh the ember install.

Solved. I failed to remember that the assets must go in the public folder.