Files
Phraseanet/Phraseanet-production-client/config/config.js
jygaulier f819833d4f PHRAS-3406_classification-field-centric_MASTER
fix : new ux "field" centric
fix : black dlgbox
2021-03-25 18:30:15 +01:00

18 lines
450 B
JavaScript

const _root = __dirname + '/../';
module.exports = {
// path helpers
_app: 'app',
minified: 'app.min.js',
dev: 'app.js',
eslintDir: _root + '.eslintrc',
distDir: _root + 'dist',
sourceDir: _root + 'src/',
testDir: _root + 'tests',
setupDir: _root + 'tests/setup/node.js',
karmaConf: _root + 'config/karma.conf.js',
// change this version when you change JS file for lazy loading
jsFileVersion: 12
};