We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the instructions at https://github.com/oswaldoacauan/ghostium/blob/b6db5584c47dc81263e7b7d96a7f57367d5453be/PRISM.md
Everything goes fine without errors but Prism doesn't seemed to be installed when I looked at the assets/js/203e63dd.head-scripts.min.js file.
assets/js/203e63dd.head-scripts.min.js
I have edited src/default.hbs as stated in the guide. What could I be missing?
src/default.hbs
The text was updated successfully, but these errors were encountered:
I got it working. There's a typo in the prism folder in PRISM.md file.
This is how my src/default.hbs looks like now.
<!-- build:js /assets/js/head-scripts.min.js --> <scirpt src="/assets/_components/prism/prism.js"></script> <scirpt src="/assets/_components/prism/components/prism-php.min.js"></script> <script src="/assets/_components/modernizr/modernizr.js"></script> <!-- endbuild -->
Sorry, something went wrong.
248bd2a
No branches or pull requests
I followed the instructions at https://github.com/oswaldoacauan/ghostium/blob/b6db5584c47dc81263e7b7d96a7f57367d5453be/PRISM.md
Everything goes fine without errors but Prism doesn't seemed to be installed when I looked at the
assets/js/203e63dd.head-scripts.min.js
file.I have edited
src/default.hbs
as stated in the guide. What could I be missing?The text was updated successfully, but these errors were encountered: