totaljs / cms

Node.js Content Management System
http://www.totaljs.com/cms/
MIT License
223 stars 92 forks source link

Fix paths #11

Closed fromjonathan closed 5 years ago

fromjonathan commented 5 years ago

I think that the MERGE method was not working, so I changed the paths for these four ui assets: './default/public/js/ui.js', './default/public/js/default.js' './default/public/css/ui.css', './default/public/css/default.css' Everything is loading fine now

petersirka commented 5 years ago

This is wrong because = is targeted to themes and . means relative path.

fromjonathan commented 5 years ago

I think that = is making the MERGE method to stop working for me. Running on node --version v10.14.2

petersirka commented 5 years ago

On Windows?

fromjonathan commented 5 years ago

Linux Ubuntu 16.04.5 LTS (Xenial Xerus) Browser Google Chrome 71.0.3578.98

petersirka commented 5 years ago

Are you sure you run node debug.js or node release.js from the app directory? Because I use Ubuntu 16.04.1 LTS with Node v10.14.1 and everything works correctly.