sbt-play-gulp
sbt-play-gulp copied to clipboard
Gulp asset pipeline for Play Framework
It seems that in node 10, you need to do `gulp watch --continue` instead of `gulp watch --force`. `--force` works in node 9.10.1, but not in 10.4.1. That might be...
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...
When running the play application using `run`, `gulp watch` is called by sbt-play-gulp. If gulp causes an error e.g. due to a JavaScript syntax error, `gulp watch` is finished. In...
Hi, I am not able to start the application in production mode with this plugin. I am using sbt plugin 2.5.14 version. Can you please help me start the application...
With the following versions: scala: 2.11.8 sbt-play-gulp: 0.1.5 play framework: 2.5.12 I am seeing this stacktrace when processing a GET request on gulp assets: ``` java.lang.IllegalStateException: Promise already completed. at...
When i include your plugin in the root project it checks for the UI Folder in the root project and also in the sub projects. Is there anyway i could...
I have a project which is similar to the react sample. When I run in activator, it works. I have index.html in `ui/app`. When I ran `activator universal:packageBin` to create...
Simply I have stopper issue here, i'm trying to get jar file for play application with sbt-assembly like here : https://www.playframework.com/documentation/2.5.x/Deploying#Using-the-SBT-assembly-plugin just to make sure its working exactly like my...
Hi, I've been using the plugin for a few weeks and everything seem to work fine. However there's something that I'm missing in the plugin. # Context I'm using gulp...