diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:20:41 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:20:41 +0200 |
commit | 5beff865488f53d73000da382abc6d7d7f18ecd7 (patch) | |
tree | 8c94cb90c63987b5a526dc46142dc2ca6ab12856 /Gruntfile.js | |
parent | dd395edae122e567e231d472d317ce3e406a5fc2 (diff) | |
download | gitbook-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.js | 2 |
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, |