generator-chisel icon indicating copy to clipboard operation
generator-chisel copied to clipboard

FILE_NOT_REVISIONED information is printed in an improper place

Open gicolek opened this issue 6 years ago • 3 comments

There are times where FILE_NOT_REVISIONED bug may appear. Outisde of the reason for having that the information is printed in an improper place, that is the src / url attribute of a given asset and then printed through the console as an info.

Not only such an information gives no real idea on what is the problem? What does it mean that the file is not revisioned? For someone who knows the framework it's pretty obvious, for someone new it's not only just an information it's also printed in a strange place.

gicolek avatar Jul 13 '18 11:07 gicolek

How do i solve this issue? I just ran into this bug while creating some posts in the backend. Now instead of my stylesheet i get a href="FILE-NOT-REVISIONED"

mortensassi avatar Nov 19 '18 16:11 mortensassi

Assuming this is not on dev preview (port 3000) you should run yarn build or npm run build to make sure all files are build for production.

jakub300 avatar Nov 19 '18 16:11 jakub300

Alright i understand. so in dev mode you always have to navigate through localhost:3000. Could be interesting for "local by flywheel"-users, since the tool generates a link.

mortensassi avatar Nov 19 '18 16:11 mortensassi