Search code examples
playframework-2.0sbtbrowserifycommonjssbt-web

Browserify/CommonJS with Play Framework


I was wondering how to use CommonJS modules with Play Framework 2.3+ ?

I suppose a Browserify plugin can be written in a way similar to sbt-less plugin, but before starting this I want to know how other people are handling this.

Is there already a way for using Browserify within play framework build process ?


Solution

  • Perhaps somehting like : https://github.com/sbt/sbt-js-engine or https://github.com/guardian/sbt-grunt-plugin

    I'm interrested too, actually I use grunt on a second shell.