You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to thank you for the plugin, it very useful for me. But I don't see that you do something with assets that between build and enduild blocks. All you are doing is changing path url to a new assets that don't exist yet.
from:
to:
<!script type="text/javascript" src="/static/js/compiled/murally.js"></script>
But /static/js/compiled/murally.js does't exists. You need to concatenate all scripts to a single file.
First I want to thank you for the plugin, it very useful for me. But I don't see that you do something with assets that between build and enduild blocks. All you are doing is changing path url to a new assets that don't exist yet.
from:
to:
<!script type="text/javascript" src="/static/js/compiled/murally.js"></script>
But /static/js/compiled/murally.js does't exists. You need to concatenate all scripts to a single file.