Explorar o código

Add jquery-selection

Norio Suzuki %!s(int64=10) %!d(string=hai) anos
pai
achega
c7b9979e08
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 1
      bower.json
  2. 1 0
      gulpfile.js

+ 2 - 1
bower.json

@@ -26,6 +26,7 @@
     "reveal.js": "~3.0.0",
     "jquery": "~2.1.3",
     "highlightjs": "~8.4.0",
-    "inline-attachment": "~2.0.1"
+    "inline-attachment": "~2.0.1",
+    "jquery-selection": "~1.0.1"
   }
 }

+ 1 - 0
gulpfile.js

@@ -41,6 +41,7 @@ var js = {
     'node_modules/socket.io-client/socket.io.js',
     'bower_components/marked/lib/marked.js',
     'bower_components/jquery.cookie/jquery.cookie.js',
+    'bower_components/jquery-selection/src/jquery.selection.js',
     'bower_components/highlightjs/highlight.pack.js',
     'resource/js/crowi.js'
   ],