Skip to content

Commit

Permalink
Move bower deps to core + add resolver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefk committed Feb 10, 2016
1 parent 6806aa1 commit f1adae6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 57 deletions.
5 changes: 4 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"directory": "web/packages",
"analytics": false
"analytics": false,
"resolvers": [
"filesystem-bower-resolver"
]
}
57 changes: 2 additions & 55 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,7 @@
{
"name": "claroline-bower",
"name": "claroline",
"description": "Claroline frontend dependencies",
"dependencies": {
"angular": "1.4.9",
"angular-animate": "1.4.9",
"angular-bootstrap": "1.1.2",
"angular-breadcrumb": "0.4.1",
"angular-data-table": "0.4.14",
"angular-daterangepicker": "0.2.2",
"angular-gridster": "0.13.5",
"angular-motion": "0.4.3",
"angular-resource": "1.4.9",
"angular-route": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-strap": "2.3.7",
"angular-toArrayFilter": "1.0.1",
"angular-touch": "1.4.9",
"angular-ui-resource-picker": "1.0.0",
"angular-ui-router": "0.2.18",
"angular-ui-select": "0.13.2",
"angular-ui-tinymce": "0.0.12",
"angular-ui-translation": "1.0.0",
"angular-ui-tree": "2.15.0",
"backbone": "1.2.3",
"bootstrap": "3.3.6",
"bootstrap-additions": "0.3.1",
"bootstrap-datepicker": "1.6.0",
"bootstrap-daterangepicker": "2.1.17",
"bootstrapaccessibilityplugin": "1.0.4",
"claroline-tinymce-accordion": "https://github.com/iCAPLyon1/tinymceAccordionPlugin.git#192df9058a",
"claroline-tinymce-mention": "https://github.com/iCAPLyon1/tinymceMentionPlugin.git#f251a65c23",
"confirm-bootstrap": "https://github.com/maxailloud/confirm-bootstrap.git#d436ee942d",
"Datejs": "https://github.com/datejs/Datejs.git#71afdd79a4",
"eonasdan-bootstrap-datetimepicker": "4.17.37",
"fileapi": "2.0.18",
"fluidvids": "2.4.1",
"font-awesome": "fontawesome#4.5.0",
"fullcalendar": "2.6.0",
"gridstack": "0.2.3",
"jqPlot": "https://github.com/jqPlot/jqPlot.git#080c6de5a6",
"jquery": "2.2.0",
"jquery-option-tree": "https://github.com/jongilbraith/jquery-option-tree.git#6b7137ec6e",
"jquery-sortable": "0.9.13",
"jquery-ui": "1.11.4",
"jquery.cookie": "1.4.1",
"mjolnic-bootstrap-colorpicker": "2.3.0",
"moment": "2.11.2",
"ng-file-upload": "11.2.3",
"select2": "3.5.4",
"system.js": "0.19.20",
"tablesorter": "#774576308e",
"tag-it": "#6ccd2de95e",
"tinymce-codemirror": "https://github.com/christiaan/tinymce-codemirror.git#20c1bbe708",
"toastr": "2.1.2",
"typeahead.js": "0.11.1",
"typeahead.js-bootstrap3.less": "https://github.com/bassjobsen/typeahead.js-bootstrap-css.git#1.2.1",
"underscore": "1.8.3"
"claroline-core": "./vendor/claroline/core-bundle"
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "GPL-3.0+",
"homepage": "https://github.com/claroline/Claroline#readme",
"scripts": {
"bower": "bower install",
"bower": "bower update",
"build": "node make.js",
"webpack": "rm -rf web/dist/* && webpack"
},
Expand All @@ -22,5 +22,8 @@
"shelljs": "^0.5.3",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"filesystem-bower-resolver": "^1.2.0"
}
}

0 comments on commit f1adae6

Please sign in to comment.