This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
How to serve assets from the project directory #32
Comments
Which versions of scala and node.js are you using? What are the error message? |
What kind of error messages are shown in the Command Prompt? |
Do the compiled frontend files exist under |
http://fountain.io has been down for a while, so those images linked to files hosted on the web site will not be shown. |
ok. Then what will be problem in dev mode ? The page itself not loading. |
The issues are three fold:
Before ...
gulp.task('serve', gulp.series('webpack:watch', 'watch', 'browsersync'));
...
gulp.task('watch', watch); After ...
gulp.task('watch', gulp.series('webpack:watch', 'browsersync:watch', 'browsersync'));
...
gulp.task('browsersync:watch', watch);
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are in the process of migration from Play 2.5 to 2.6->we have followed the given instructions(https://github.com/mmizutani/sbt-play-gulp) with the sample project but it couldn't serve the assets like images, javascript etc(It has not been loaded to browser itself ).
Please help us on this.
The text was updated successfully, but these errors were encountered: