rbeer / nodebb-plugin-smoothshorts

Seamless short URLs for topic and post links in NodeBB.
MIT License
5 stars 2 forks source link

Mapped path scripts not found #8

Closed GitPuffy closed 8 years ago

GitPuffy commented 8 years ago

I am seeing this in my NodeBB logs. smoothshorts version 0.2.1, NodeBB v1.0.2

15/4 16:08 [10703] - warn: [plugins/nodebb-plugin-smoothshorts] Mapped path 'scripts => /home/centos/nodebb_installation/devNodeBB/node_modules/nodebb-plugin-smoothshorts/static/scripts/' not found.

I am not sure if this is an issue or not.

rbeer commented 8 years ago

Nah, no need to worry. :smile:

The warning just tells that there's a path defined in plugin.json that's not existing. NodeBB ignores it then. Which would be a problem, normally. But the scripts that will go in there are still part of the template file. Seems I went ahead of myself and already made the necessary changes for the backend/ACP rework coming with 0.3.0.

It's already changed in 0.3.0-pre. Watch out with those -pre branches, though. I tend to get lazy and --force push into them, from time to time. :smirk:

rbeer commented 8 years ago

Think I should leave this open, until master is updated. :smiley_cat:

rbeer commented 8 years ago

published in 0.3.0 / 1386a2a