Skip to content

Commit 796dd7d

Browse files
author
Constantin
committed
Added options to disable SVG and fixed IE bug
1 parent 1a78cd9 commit 796dd7d

File tree

14 files changed

+421
-1256
lines changed

14 files changed

+421
-1256
lines changed

.gitattributes

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3-
4-
# Custom for Visual Studio
5-
*.cs diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union
8-
*.vbproj merge=union
9-
*.fsproj merge=union
10-
*.dbproj merge=union
11-
12-
# Standard to msysgit
13-
*.doc diff=astextplain
14-
*.DOC diff=astextplain
15-
*.docx diff=astextplain
16-
*.DOCX diff=astextplain
17-
*.dot diff=astextplain
18-
*.DOT diff=astextplain
19-
*.pdf diff=astextplain
20-
*.PDF diff=astextplain
21-
*.rtf diff=astextplain
22-
*.RTF diff=astextplain

.gitignore

Lines changed: 10 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,20 @@
1-
#############
2-
## Local
3-
#############
4-
grunt
5-
demo/sass
6-
dist
1+
# Ignore dist
2+
dist/
3+
stage/
74

8-
#################
9-
## Eclipse
10-
#################
5+
# Ignore demo scss
6+
demo/scss/
117

12-
*.pydevproject
13-
.project
14-
.metadata
15-
bin/
16-
tmp/
17-
*.tmp
18-
*.bak
19-
*.swp
20-
*~.nib
21-
local.properties
22-
.classpath
23-
.settings/
24-
.loadpath
25-
26-
# External tool builders
27-
.externalToolBuilders/
28-
29-
# Locally stored "Eclipse launch configurations"
30-
*.launch
31-
32-
# CDT-specific
33-
.cproject
34-
35-
# PDT-specific
36-
.buildpath
37-
38-
39-
#################
40-
## Visual Studio
41-
#################
42-
43-
## Ignore Visual Studio temporary files, build results, and
44-
## files generated by popular Visual Studio add-ons.
45-
46-
# User-specific files
47-
*.suo
48-
*.user
49-
*.sln.docstates
50-
51-
# Build results
52-
[Dd]ebug/
53-
[Rr]elease/
54-
*_i.c
55-
*_p.c
56-
*.ilk
57-
*.meta
58-
*.obj
59-
*.pch
60-
*.pdb
61-
*.pgc
62-
*.pgd
63-
*.rsp
64-
*.sbr
65-
*.tlb
66-
*.tli
67-
*.tlh
68-
*.tmp
69-
*.vspscc
70-
.builds
71-
*.dotCover
72-
73-
## TODO: If you have NuGet Package Restore enabled, uncomment this
74-
#packages/
75-
76-
# Visual C++ cache files
77-
ipch/
78-
*.aps
79-
*.ncb
80-
*.opensdf
81-
*.sdf
82-
83-
# Visual Studio profiler
84-
*.psess
85-
*.vsp
86-
87-
# ReSharper is a .NET coding add-in
88-
_ReSharper*
89-
90-
# Installshield output folder
91-
[Ee]xpress
92-
93-
# DocProject is a documentation generator add-in
94-
DocProject/buildhelp/
95-
DocProject/Help/*.HxT
96-
DocProject/Help/*.HxC
97-
DocProject/Help/*.hhc
98-
DocProject/Help/*.hhk
99-
DocProject/Help/*.hhp
100-
DocProject/Help/Html2
101-
DocProject/Help/html
102-
103-
# Click-Once directory
104-
publish
105-
106-
# Others
107-
[Bb]in
108-
[Oo]bj
109-
sql
110-
TestResults
111-
*.Cache
112-
ClientBin
113-
stylecop.*
114-
~$*
115-
*.dbmdl
116-
Generated_Code #added for RIA/Silverlight projects
117-
118-
# Backup & report files from converting an old project file to a newer
119-
# Visual Studio version. Backup files are not needed, because we have git ;-)
120-
_UpgradeReport_Files/
121-
Backup*/
122-
UpgradeLog*.XML
123-
124-
125-
126-
############
127-
## Windows
128-
############
8+
# Ignore grunt stuff
9+
**/.sass-cache
10+
**/.grunt
11+
**/node_modules
12912

13013
# Windows image file caches
13114
Thumbs.db
13215

13316
# Folder config file
13417
Desktop.ini
13518

136-
137-
#############
138-
## Python
139-
#############
140-
141-
*.py[co]
142-
143-
# Packages
144-
*.egg
145-
*.egg-info
146-
dist
147-
build
148-
eggs
149-
parts
150-
bin
151-
var
152-
sdist
153-
develop-eggs
154-
.installed.cfg
155-
156-
# Installer logs
157-
pip-log.txt
158-
159-
# Unit test / coverage reports
160-
.coverage
161-
.tox
162-
163-
#Translations
164-
*.mo
165-
166-
#Mr Developer
167-
.mr.developer.cfg
168-
16919
# Mac crap
170-
.DS_Store
171-
172-
# Sublime Text 2
173-
*.sublime-project
174-
*.sublime-workspace
20+
.DS_Store

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "swipebox",
3-
"version": "1.2.7",
4-
"main": "src/jquery.swipebox.js"
3+
"version": "1.2.8",
4+
"main": "src/js/jquery.swipebox.js"
55
}

demo/bagpakk.min.css

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

demo/normalize.css

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

0 commit comments

Comments
 (0)