Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4837

Disappearing Files/Resetting of the Dist File

$
0
0

@jondanson wrote:

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.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4837