aboutsummaryrefslogtreecommitdiffstats
path: root/web/conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/conf.js')
-rw-r--r--web/conf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/conf.js b/web/conf.js
index 7fe75da4..cc616a63 100644
--- a/web/conf.js
+++ b/web/conf.js
@@ -11,7 +11,7 @@ var conf = {
// Package these as well as the dependencies
vendor_includes: [
],
- app: 'src/js/app.js',
+ app: 'src/js/app',
eslint: ["src/js/**/*.js", "!src/js/filt/filt.js"]
},
css: {
@@ -27,4 +27,4 @@ var conf = {
peg: ["src/js/filt/filt.peg"]
};
-module.exports = conf; \ No newline at end of file
+module.exports = conf;