client/pianoroll/gulp/config.js
changeset 84 d7c5bffdd2d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/pianoroll/gulp/config.js	Mon Jan 12 17:23:05 2015 +0100
@@ -0,0 +1,12 @@
+var path = require('path');
+var production = (process.env.NODE_ENV === 'production');
+
+module.exports = {
+    bower: 'app/lib',
+    dist: production ? 'dist' : '.tmp',
+    livereloadPort: 35729,
+    port: 8888,
+    root: path.resolve('./'),
+    browser: "FirefoxDeveloperEdition",
+    serverStatic: path.resolve('../../annot-server/static')
+};