jeudi 24 septembre 2015

How to change Ember.js location from where it serves the static assets

I am a beginner at Ember.js, so sorry if this is an easy question, but I couldn't locate the answer.

Basically, after running ember build, Ember's index.html will have these links for the built .js files:

<script src="assets/vendor-4d126b4b021a3ad999a0115386f5edf4.js" integrity=""></script>
<script src="assets/bsrs-ember-1906440e1018cb4d5bdbe009ff42b763.js" integrity=""></script>

I'd like to change these links in index.html to:

<script src="/static/assets/vendor-4d126b4b021a3ad999a0115386f5edf4.js" integrity=""></script>
<script src="/static/assets/bsrs-ember-1906440e1018cb4d5bdbe009ff42b763.js" integrity=""></script>

Is this possible? If so, how do you do this?




Aucun commentaire:

Enregistrer un commentaire