``` assets { fileset { home: [css/home.css, js/home.js] } } ``` A call to: `mvn org.jooby:jooby-maven-plugin:assets` result in error bc there is no pipeline defined. If no pipeline, then do nothing (just bundle)
A call to:
mvn org.jooby:jooby-maven-plugin:assetsresult in error bc there is no pipeline defined.If no pipeline, then do nothing (just bundle)