8000 remove demos, move everything around, set up codekit, bug fixes, opti… · Dream-git/unslider@d419df2 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit d419df2

Browse files
author
Visual Idiot
committed
remove demos, move everything around, set up codekit, bug fixes, optimise minified
1 parent 54a0820 commit d419df2

File tree

9 files changed

+33
-291
lines changed

9 files changed

+33
-291
lines changed

config.codekit

Lines changed: 15 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,25 @@
1313
"outputPathIsSetByUser": 0,
1414
"outputStyle": 1
1515
},
16-
"\/demos\/basic-slider.html": {
17-
"fileType": 8192,
18-
"ignore": 0,
19-
"ignoreWasSetByUser": 0,
20-
"inputAbbreviatedPath": "\/demos\/basic-slider.html",
21-
"outputAbbreviatedPath": "No Output Path",
22-
"outputPathIsOutsideProject": 0,
23-
"outputPathIsSetByUser": 0
24-
},
25-
"\/demos\/css\/demo.css": {
16+
"\/dist\/css\/unslider.css": {
2617
"fileType": 16,
27-
"ignore": 0,
18+
"ignore": 1,
2819
"ignoreWasSetByUser": 0,
29-
"inputAbbreviatedPath": "\/demos\/css\/demo.css",
20+
"inputAbbreviatedPath": "\/dist\/css\/unslider.css",
3021
"outputAbbreviatedPath": "No Output Path",
3122
"outputPathIsOutsideProject": 0,
3223
"outputPathIsSetByUser": 0
3324
},
34-
"\/demos\/css\/reset.css": {
35-
"fileType": 16,
36-
"ignore": 0,
25+
"\/dist\/js\/unslider-min.js": {
26+
"fileType": 64,
27+
"ignore": 1,
3728
"ignoreWasSetByUser": 0,
38-
"inputAbbreviatedPath": "\/demos\/css\/reset.css",
39-
"outputAbbreviatedPath": "No Output Path",
29+
"inputAbbreviatedPath": "\/dist\/js\/unslider-min.js",
30+
"outputAbbreviatedPath": "\/dist\/js\/min\/unslider-min-min.js",
4031
"outputPathIsOutsideProject": 0,
41-
"outputPathIsSetByUser": 0
32+
"outputPathIsSetByUser": 0,
33+
"outputStyle": 1,
34+
"syntaxCheckerStyle": 1
4235
},
4336
"\/readme.md": {
4437
"criticStyle": 0,
@@ -61,15 +54,6 @@
6154
"randomFootnoteNumbers": 0,
6255
"useCompatibilityMode": 0
6356
},
64-
"\/src\/css\/unslider-dots.css": {
65-
"fileType": 16,
66-
"ignore": 1,
67-
"ignoreWasSetByUser": 0,
68-
"inputAbbreviatedPath": "\/src\/css\/unslider-dots.css",
69-
"outputAbbreviatedPath": "No Output Path",
70-
"outputPathIsOutsideProject": 0,
71-
"outputPathIsSetByUser": 0
72-
},
7357
"\/src\/css\/unslider-dots.less": {
7458
"allowInsecureImports": 0,
7559
"createSourceMap": 0,
@@ -90,15 +74,6 @@
9074
"strictMath": 0,
9175
"strictUnits": 0
9276
},
93-
"\/src\/css\/unslider.css": {
94-
"fileType": 16,
95-
"ignore": 1,
96-
"ignoreWasSetByUser": 0,
97-
"inputAbbreviatedPath": "\/src\/css\/unslider.css",
98-
"outputAbbreviatedPath": "No Output Path",
99-
"outputPathIsOutsideProject": 0,
100-
"outputPathIsSetByUser": 0
101-
},
10277
"\/src\/css\/unslider.less": {
10378
"allowInsecureImports": 0,
10479
"createSourceMap": 0,
@@ -108,9 +83,9 @@
10883
"ignore": 0,
10984
"ignoreWasSetByUser": 1,
11085
"inputAbbreviatedPath": "\/src\/css\/unslider.less",
111-
"outputAbbreviatedPath": "\/src\/css\/unslider.css",
86+
"outputAbbreviatedPath": "\/dist\/css\/unslider.css",
11287
"outputPathIsOutsideProject": 0,
113-
"outputPathIsSetByUser": 0,
88+
"outputPathIsSetByUser": 1,
11489
"outputStyle": 1,
11590
"relativeURLS": 0,
11691
"shouldRunAutoprefixer": 0,
@@ -199,25 +174,14 @@
199174
"strictMath": 0,
200175
"strictUnits": 0
201176
},
202-
"\/src\/js\/min\/unslider-min.js": {
203-
"fileType": 64,
204-
"ignore": 1,
205-
"ignoreWasSetByUser": 0,
206-
"inputAbbreviatedPath": "\/src\/js\/min\/unslider-min.js",
207-
"outputAbbreviatedPath": "\/src\/js\/min\/min\/unslider-min-min.js",
208-
"outputPathIsOutsideProject": 0,
209-
"outputPathIsSetByUser": 0,
210-
"outputStyle": 1,
211-
"syntaxCheckerStyle": 1
212-
},
213177
"\/src\/js\/unslider.js": {
214178
"fileType": 64,
215179
"ignore": 0,
216180
"ignoreWasSetByUser": 0,
217181
"inputAbbreviatedPath": "\/src\/js\/unslider.js",
218-
"outputAbbreviatedPath": "\/src\/js\/min\/unslider-min.js",
182+
"outputAbbreviatedPath": "\/dist\/js\/unslider-min.js",
219183
"outputPathIsOutsideProject": 0,
220-
"outputPathIsSetByUser": 0,
184+
"outputPathIsSetByUser": 1,
221185
"outputStyle": 1,
222186
"syntaxCheckerStyle": 1
223187
},

demos/basic-slider.html

Lines changed: 0 additions & 75 deletions
This file was deleted.

demos/css/demo.css

Lines changed: 0 additions & 98 deletions
This file was deleted.

demos/css/reset.css

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.

dist/js/unslider-min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/unslider-dots.css

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0