diff options
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, |