Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add scss #1142

Open
wants to merge 53 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5e51bec
fixing readme step3
Mar 31, 2015
494ded5
Merge pull request #788 from orlando/bug/fixing-readme
Mar 31, 2015
4a38ec2
Specify HTTPS and update jQuery library version
May 14, 2015
f597cef
Merge pull request #812 from danfern-simi/patch-1
May 14, 2015
30c05d9
fix merge conflict
Jun 2, 2015
23cc578
update readme
Jun 2, 2015
730d057
fix iterators
Jun 2, 2015
e048128
fix index issue closes stevenwanderski/bxslider-4#835
ppowalowski Jun 7, 2015
473363c
Merge pull request #836 from ppowalowski/slide-index-fix
Jun 8, 2015
fd0b8d4
4.2.5 Commit
Jun 9, 2015
8795fa0
Remove private flag from package.json
pwalsh Jun 20, 2015
d163613
Merge pull request #857 from pwalsh/feature/npm-publish
Jun 20, 2015
6b77223
Update CONTRIBUTING.md
Jul 21, 2015
837cf64
fix error pagerqty
Jul 29, 2015
3fde6e9
Update jquery.bxslider.css
mattbrundage Sep 23, 2015
1f2264a
Fix the problem https://github.com/stevenwanderski/bxslider-4/issues/…
manfe Sep 25, 2015
fc4cdcb
Fix typo
manfe Sep 25, 2015
08c4f91
Format the license in package.json to match the SPDX standard
dcohenb May 2, 2016
0ec917b
Stop using deprecated .load() method
Jun 22, 2016
9a74d6b
Allow using newer node engines.
tamalsaha Oct 22, 2016
f3350fe
Merge pull request #1024 from DawnPaladin/jquery-3-compat
stevenwanderski Feb 14, 2017
da8738a
Update readme.md
stevenwanderski Feb 14, 2017
8be4640
Replaces Grunt with Gulp
stevenwanderski Feb 14, 2017
ff7ab2a
Adds Gulp instructions in readme
stevenwanderski Feb 14, 2017
ca21abd
Merge pull request #1096 from stevenwanderski/4.2.6-gulp
stevenwanderski Feb 14, 2017
bdf9d7f
Bumps to v4.2.7
stevenwanderski Feb 15, 2017
3057bab
Fix division by 0
lissod Feb 21, 2017
d169c65
Removes auto center from theme - v4.2.8
stevenwanderski Feb 24, 2017
d68b261
Merge pull request #1104 from stevenwanderski/theme-remove-margin-center
stevenwanderski Feb 24, 2017
a00b6b2
Merge pull request #1058 from TamalSaha/patch-1
stevenwanderski Feb 27, 2017
f942436
Bump to v4.2.9
stevenwanderski Feb 27, 2017
9a7cea0
Bumps all to v4.2.10
stevenwanderski Feb 27, 2017
7f1782c
Update readme version
stevenwanderski Feb 27, 2017
70a8434
Removes auto-centering when no pager or controls - v4.2.11
stevenwanderski Mar 8, 2017
1dbcd4d
Merge pull request #1109 from stevenwanderski/remove-auto-centering
stevenwanderski Mar 8, 2017
090b9e2
Fixes auto control theme
stevenwanderski Mar 8, 2017
63cf2f7
Cleanup and fix formatting issues.
xdega Mar 20, 2017
0c960b0
Merge pull request #1115 from xdega/patch-1
sekmenhuseyin Mar 25, 2017
46408a3
Merge pull request #1003 from dcohenb/license_format_fix
sekmenhuseyin Mar 25, 2017
e5b576c
Merge pull request #882 from bein-sports/fix-pager-counter
sekmenhuseyin Mar 25, 2017
2a26057
Merge pull request #919 from manfe/fix_compatibility_with_compressors
sekmenhuseyin Mar 25, 2017
ba83b9f
Merge pull request #915 from mattbrundage/patch-1
sekmenhuseyin Mar 25, 2017
9a823bd
fix merge conflicts
sekmenhuseyin Mar 25, 2017
62dd3db
fix #1107
sekmenhuseyin Mar 26, 2017
be74abd
Fix #1118
waissbluth Mar 30, 2017
e67c6e1
Merge pull request #1119 from waissbluth/fix-1118
sekmenhuseyin Apr 4, 2017
0239167
Merge pull request #1102 from lissod/fix-division-by-0
sekmenhuseyin Apr 4, 2017
cb40ef3
Fix #1112
sekmenhuseyin Apr 4, 2017
d02f175
added example page
sekmenhuseyin Apr 4, 2017
7d40e00
Add Callback for when Auto changes... #1078
sekmenhuseyin Apr 4, 2017
c307058
Fix #256
sekmenhuseyin Apr 10, 2017
7557eb9
add scss
pnghai Jul 4, 2017
3cff691
Merge branch 'master' into development
pnghai Jul 4, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ jscs.report.txt
/bower_components/
.DS_Store
/node_modules
jquery.bxslider.zip
jquery.bxslider.zip
npm-debug.log
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Roots Projects
# Contributing to this project

Please take a moment to review this document in order to make the contribution
process easy and effective for everyone involved.
Expand Down Expand Up @@ -115,4 +115,4 @@ merged:
```

10. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
with a clear title and description.
with a clear title and description.
326 changes: 0 additions & 326 deletions Gruntfile.js

This file was deleted.

Loading