Files
Phraseanet/Phraseanet-production-client/config/config.js
Aina Sitraka 3a20353e40 PHRAS-3678 lightbox fix short cut when vote/forbidden vote on session close (#4028)
* fix short cut when vote

* forbidden to vote when feedback session is close

* fix on mobile

* fix image and button displayed on mobile
2022-05-25 13:38:17 +02:00

18 lines
453 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
assetFileVersion: 57
};