mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Revert fetching tooltip dependency with bower
This commit is contained in:
10
Gruntfile.js
10
Gruntfile.js
@@ -179,15 +179,6 @@ module.exports = function(grunt) {
|
||||
],
|
||||
"dest": "<%= path.asset %>/jquery.treeview/"
|
||||
},
|
||||
"jquery.tooltip": {
|
||||
"expand": true,
|
||||
"src": [
|
||||
"<%= path.bower %>/jquery.tooltip/jquery.tooltip.css",
|
||||
"<%= path.bower %>/jquery.tooltip/jquery.tooltip.js"
|
||||
],
|
||||
"dest": "<%= path.asset %>/jquery.tooltip/",
|
||||
"flatten": true
|
||||
},
|
||||
"jquery-mobile": {
|
||||
"expand": true,
|
||||
"cwd": "<%= path.bower %>/jquery-mobile/dist",
|
||||
@@ -411,7 +402,6 @@ module.exports = function(grunt) {
|
||||
"copy:jquery.cookie",
|
||||
"copy:jquery-ui",
|
||||
"copy:jquery.treeview",
|
||||
"copy:jquery.tooltip",
|
||||
"copy:json2",
|
||||
"copy:modernizr",
|
||||
"copy:normalize",
|
||||
|
@@ -27,8 +27,7 @@
|
||||
"autobahnjs": "~0.8.0",
|
||||
"when": "~2.7.0",
|
||||
"web-socket-js": "~1.0.1",
|
||||
"jquery.treeview": "1.4.1",
|
||||
"jquery.tooltip": "https://github.com/meghna/jquery-tooltip.git#master"
|
||||
"jquery.treeview": "1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "latest",
|
||||
|
@@ -30,7 +30,7 @@ $groups = [
|
||||
, '//include/jslibs/jquery.form.2.49.js'
|
||||
, '//skins/prod/jquery.Dialog.js'
|
||||
, '//skins/client/jquery.p4client.1.0.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//include/jquery.p4.preview.js'
|
||||
, '//include/jquery.image_enhancer.js'
|
||||
, '//include/jslibs/jquery.contextmenu_scroll.js'],
|
||||
@@ -45,7 +45,7 @@ $groups = [
|
||||
, '//skins/admin/template-dialogs.js'
|
||||
, '//skins/admin/editusers.js'
|
||||
, '//include/jquery.common.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//skins/prod/jquery.Dialog.js'
|
||||
, '//include/jslibs/jquery.contextmenu_scroll.js'
|
||||
, '//assets/blueimp-load-image/load-image.js'
|
||||
@@ -57,7 +57,7 @@ $groups = [
|
||||
'//assets/jquery.ui/i18n/jquery-ui-i18n.js'
|
||||
, '//assets/jquery.cookie/jquery.cookie.js'
|
||||
, '//include/jquery.common.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//include/jslibs/jquery.contextmenu_scroll.js'
|
||||
, '//include/jslibs/jquery.print.js'
|
||||
, '//include/jslibs/jquery.cluetip.js'
|
||||
@@ -98,7 +98,7 @@ $groups = [
|
||||
, '//skins/prod/ThumbExtractor.js'
|
||||
, '//skins/prod/publicator.js'
|
||||
, '//include/jslibs/jquery.sprintf.1.0.3.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//include/jslibs/flowplayer/flowplayer-3.2.13.min.js'
|
||||
, '//include/jquery.p4.preview.js'
|
||||
, '//skins/prod/jquery.edit.js'
|
||||
@@ -118,7 +118,7 @@ $groups = [
|
||||
],
|
||||
'lightbox' => [
|
||||
'//include/jslibs/jquery.mousewheel.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//assets/swfobject/swfobject.js'
|
||||
, '//assets/jquery.ui/i18n/jquery-ui-i18n.js'
|
||||
, '//assets/jquery.cookie/jquery.cookie.js'
|
||||
@@ -130,7 +130,7 @@ $groups = [
|
||||
],
|
||||
'lightboxie6' => [
|
||||
'//include/jslibs/jquery.mousewheel.js'
|
||||
, '//assets/jquery.tooltip/jquery.tooltip.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//assets/swfobject/swfobject.js'
|
||||
, '//assets/jquery.ui/i18n/jquery-ui-i18n.js'
|
||||
, '//assets/jquery.cookie/jquery.cookie.js'
|
||||
|
@@ -18,7 +18,7 @@ require.config({
|
||||
"jquery.ui.widget": "../assets/jquery-file-upload/jquery.ui.widget",
|
||||
"jquery.cookie": "../assets/jquery.cookie/jquery.cookie",
|
||||
"jquery.treeview": "../assets/jquery.treeview/jquery.treeview",
|
||||
"jquery.tooltip": "../assets/jquery.tooltip/jquery.tooltip",
|
||||
"jquery.tooltip": "../include/jquery.tooltip",
|
||||
"blueimp.loadimage" : "../assets/blueimp-load-image/load-image",
|
||||
"jfu.iframe-transport": "../assets/jquery-file-upload/jquery.iframe-transport",
|
||||
"jfu.fileupload": "../assets/jquery-file-upload/jquery.fileupload",
|
||||
|
@@ -14,7 +14,7 @@ require.config({
|
||||
"jquery.ui.widget": "../assets/jquery-file-upload/jquery.ui.widget",
|
||||
"jquery.cookie": "../assets/jquery.cookie/jquery.cookie",
|
||||
"jquery.treeview": "../assets/jquery.treeview/jquery.treeview",
|
||||
"jquery.tooltip": "../assets/jquery.tooltip/jquery.tooltip",
|
||||
"jquery.tooltip": "../include/jquery.tooltip",
|
||||
"blueimp.loadimage" : "../assets/blueimp-load-image/load-image",
|
||||
"jfu.iframe-transport": "../assets/jquery-file-upload/jquery.iframe-transport",
|
||||
"jfu.fileupload": "../assets/jquery-file-upload/jquery.fileupload"
|
||||
|
Reference in New Issue
Block a user