client/annotviz/gulp/config.js
changeset 85 eff9460bd4f2
equal deleted inserted replaced
84:d7c5bffdd2d8 85:eff9460bd4f2
       
     1 var path = require('path');
       
     2 var production = (process.env.NODE_ENV === 'production');
       
     3 
       
     4 module.exports = {
       
     5     bower: 'app/lib',
       
     6     dist: production ? 'dist' : '.tmp',
       
     7     livereloadPort: 35729,
       
     8     port: 8888,
       
     9     root: path.resolve('./'),
       
    10     browser: "FirefoxDeveloperEdition",
       
    11     serverStatic: path.resolve('../../annot-server/static')
       
    12 };