Rocket.js
#216
Replies: 1 comment 2 replies
-
|
Where is If you want it might be useful to post a screenshot of the developer toolbar that details the 404 loading the js and maybe console error output if there is anything there. I'm just surprised that setting is affecting your code in any way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Adam,
I have just completed my first unicorn component.
When I pushed it to production - it couldn't find the rocket.js file - event after a
python manage.py collectstaticI found that changing the config setting
MINIFIEDtoFalseand then a collectstatic after that made the rocket.js file suddenly be found and the component worked as expected.Just though your should know!
Beta Was this translation helpful? Give feedback.
All reactions