external css and js add. #3143
-
I have added css and js file under public assets folder but after running "node ace serve --watch" all files are getting deleted. How can i integrate a admin panel css and js into it. You can check it from below screenshot. |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Sep 8, 2021
Replies: 1 comment 4 replies
-
You don't keep files under the public directory. The public directory is the output target when using Webpack Encore. Keep them inside the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
akashgh72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't keep files under the public directory. The public directory is the output target when using Webpack Encore. Keep them inside the
resources
directory