Skip to content

Commit f809158

Browse files
committed
Merge pull request #13 from Chaser324/no-jqueryui
Remove jquery-ui.
2 parents 0592daa + d88c3a4 commit f809158

21 files changed

+38
-77
lines changed

Gruntfile.coffee

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,15 @@ module.exports = (grunt) ->
4949
'js/lib/ga.js'
5050

5151
'vendor/bower/jquery/dist/jquery.js'
52-
5352
'vendor/bower/jQuery-Storage-API/jquery.storageapi.js'
5453

5554
'vendor/bower/moment/moment.js'
56-
5755
'vendor/bower/moment-timezone/builds/moment-timezone-with-data-2010-2020.js'
5856

5957
'js/functions.js'
6058
'js/background.js'
6159
]
6260
'dist/js/frontend.min.js': [
63-
'vendor/bower/jquery-ui/jquery-ui.js'
64-
6561
'vendor/bower/bootstrap/js/button.js'
6662
'vendor/bower/bootstrap/js/tab.js'
6763

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"jQuery-Storage-API": "https://github.com/julien-maurel/jQuery-Storage-API.git#~1.7.2",
77
"moment": "~2.7.0",
88
"moment-timezone": "~0.1.0",
9-
"jquery-ui": "~1.11.0",
109
"jquery.slimscroll": "~1.3.1",
1110
"bootstrap": "~3.2.0"
1211
},

css/app.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
@import "../vendor/bower/bootstrap/less/bootstrap.less";
33
@import "../vendor/bower/fontawesome/less/font-awesome.less";
4-
@import (less) "jquery-ui-1.10.4.custom.min.css";
54

65
@import "variables.less";
76

css/jquery-ui-1.10.4.custom.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.
-418 Bytes
Binary file not shown.
-312 Bytes
Binary file not shown.
-205 Bytes
Binary file not shown.
-262 Bytes
Binary file not shown.
-348 Bytes
Binary file not shown.
-207 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)