standardnotes / simple-task-editor

[Moved to https://github.com/standardnotes/app]
GNU Affero General Public License v3.0
11 stars 20 forks source link

dist.js and dist.css dist.css.map location #2

Closed BobTB closed 6 years ago

BobTB commented 6 years ago

When self hosting it looks for dist.js, dist.css.map and dist.css in the same path as the index.html is, therefore for it to work I had to move the files from dist folder to the editors root folder

moughxyz commented 6 years ago

Right, the index.html is in the same folder as the other files: https://github.com/sn-extensions/simple-task-editor/tree/master/dist

This might be different from some of the other components, but that's because this uses a different framework and build system.