Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 571
sarveshseri Avatar asked Oct 28 '14 07:10

sarveshseri


1 Answers

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.

like image 156
heralight Avatar answered Nov 08 '22 12:11

heralight