client/pianoroll/gulp/config.js
author rougeronj
Thu, 22 Jan 2015 11:18:58 +0100
changeset 118 8acdf12aa016
parent 84 d7c5bffdd2d8
permissions -rw-r--r--
Merge with 61d4a6610ba42a63368fae99ebee396685593679

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')
};