Closed sheehan closed 8 years ago
@sheehan
It's because gradle doesn't know the classpath of babel-asset-pipeline.
Modify build.gradle
and add a classpath line.
buildscript {
...
dependencies {
...
classpath "net.errbuddy.plugins:babel-asset-pipeline:1.4.3" // <- add this line
}
}
See also https://docs.gradle.org/current/userguide/organizing_build_logic.html#sec:external_dependencies
That did it. Thanks @yuki-takei
Everything works in dev mode, but when I run
./gradlew war
I get: