summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-21 22:20:41 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-21 22:20:41 +0200
commit5beff865488f53d73000da382abc6d7d7f18ecd7 (patch)
tree8c94cb90c63987b5a526dc46142dc2ca6ab12856 /Gruntfile.js
parentdd395edae122e567e231d472d317ce3e406a5fc2 (diff)
downloadgitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.zip
gitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.tar.gz
gitbook-5beff865488f53d73000da382abc6d7d7f18ecd7.tar.bz2
Change js interface for plugins and add configuration
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e3925e6..536e3e6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -24,7 +24,7 @@ module.exports = function (grunt) {
requirejs: {
compile: {
options: {
- name: "app",
+ name: "gitbook",
baseUrl: "theme/javascript/",
out: "theme/assets/app.js",
preserveLicenseComments: false,