Replies: 1 comment 1 reply
-
I forget to document this part 👀 sorry. your guess is correct:
Or you can install them with npm, check this here : https://www.npmjs.com/search?q=php-flasher . Just be aware that you js files will be included on every page, if you really care about the page size:
and this way if there is not notification in the storage (session), the files will not be included in the page |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way to use the javascript libraries offline.
My current guess is download the js, and include it in the page. Set the scripts arrays in the config files to empty.
(We don't know the url the application will be at)
Beta Was this translation helpful? Give feedback.
All reactions