Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-04 09:43:38 +0300
committerChris Rebert <code@rebertia.com>2015-01-10 00:11:30 +0300
commit0dd054229021ae258ed973ad77d52d8497272500 (patch)
tree42b87bd49c4ade4135eebf287ae0b79048ffd363 /Gruntfile.js
parentead19f2517d55627186fb766dcf40935eae8434c (diff)
we now depend on jQuery
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 3c2343a..9841a49 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -32,7 +32,8 @@ module.exports = function (grunt) {
options: {
banner: '<%= banner %>',
browserifyOptions: {
- standalone: 'mq4HoverShim'
+ standalone: 'mq4HoverShim',
+ bundleExternal: false
}
},
dist: {