Kevin Ross
c159915e57
fix bad import of babel-polyfill
2016-04-29 15:37:27 -05:00
Kevin Ross
601d8a96b1
bs docs sync
2016-04-29 15:28:40 -05:00
Kevin Ross
09be69024e
Simplify project structure, remove cruft, remove tests copied from bootstrap so we can start our own.
2016-04-29 15:27:08 -05:00
Kevin Ross
0706a677f0
cleanup contributing now that we have issue template - make same for v4 and v3
2016-04-29 09:01:13 -05:00
Kevin Ross
be9b2e67a6
fix fab radius when in group
2016-04-27 08:41:22 -05:00
Kevin Ross
1f4af6c8be
Merge branch 'v4-dev' of https://github.com/FezVrasta/bootstrap-material-design into v4-dev
2016-04-26 17:46:38 -05:00
Kevin Ross
5c9ddfdeb4
dispose of data was found to not work as expected
2016-04-26 17:46:10 -05:00
Kevin Ross
fc0aa59bb4
update dep
2016-04-26 17:45:46 -05:00
Kevin Ross
09e42fc6a6
fix radius on btn-group-sm hover
2016-04-26 17:45:27 -05:00
Kevin Ross
69a37a19d6
Merge pull request #961 from youngyou/v4-dev
...
v4 fix arrivejs '!=' (requires removal of arrow fn until @youngyou arrive.js PR is accepted)
2016-04-08 09:54:12 -05:00
Kevin Ross
8a4ac63167
fix bad docs url
2016-04-05 11:03:40 -05:00
U
3eb5290435
fix arrivejs
2016-04-03 15:59:25 +08:00
Kevin Ross
98b31b491f
comment
2016-03-29 16:36:51 -05:00
Kevin Ross
4e6d17ae59
we don't need an es rollup, just point package next direct to the index.js
2016-03-29 16:36:39 -05:00
Kevin Ross
1e9582098b
Fixes - #952
...
- v4 docs:default:watch breaking with cwd error
- `build` task renamed to `all`
- turned off some build debug
2016-03-28 17:41:18 -05:00
Kevin Ross
b0b4c19a70
#921 - V4 wrong text color for .table-inverse
...
- refactored inverse colors and names
- colors may not be exact, but it's a start
2016-03-28 16:14:36 -05:00
Kevin Ross
e18d47ea52
remove variations mixins - no longer used
2016-03-28 16:13:31 -05:00
Kevin Ross
8bcbafae9a
remove variations mixins - no longer used
2016-03-28 16:08:25 -05:00
Kevin Ross
110c8cae35
add a clean to the docs:css:watch to trigger jekyll to refresh the dist when developing locally
2016-03-28 16:00:32 -05:00
Kevin Ross
73c9b5cff2
#886 - more prefix renaming - I'm not sure how I missed these
2016-03-28 15:18:19 -05:00
Kevin Ross
3b17e36377
Fixes #950 - dropdowns in examples were failing due to duplicate bs js include. Update migration docs and fix example footer.
2016-03-28 15:06:03 -05:00
Kevin Ross
d3253dd10e
#950 - refine samples and move dropdowns to btn-group for more consistent alignment - see twbs/bootstrap#18852
2016-03-28 14:46:33 -05:00
Kevin Ross
72f612fda6
reduce menu varieties, leave placement unaltered.
2016-03-28 13:30:21 -05:00
Kevin Ross
91dcb8acf0
#886 - more prefix renaming, update bootstrap docs
2016-03-28 13:29:45 -05:00
Kevin Ross
2db7032ebf
gulp copy:bs-docs
2016-03-28 12:23:04 -05:00
Kevin Ross
ea95e7bd62
kill build/dependency badges - not applicable for v4 yet. Add them back later
2016-03-28 11:32:52 -05:00
Kevin Ross
b0262005ec
prefix rename
2016-03-28 11:27:08 -05:00
Kevin Ross
d61942b298
make building doc page more obviously titled, and link direct from the README
2016-03-28 11:26:59 -05:00
Kevin Ross
08a049466f
#886 - more prefix renaming - this time MDB -> BMD
2016-03-28 11:13:18 -05:00
Kevin Ross
0c4f0df848
Fixes #951 update dependencies
2016-03-28 11:09:12 -05:00
Kevin Ross
b4fb7e4056
v4 support multiple help blocks cc #926
2016-03-22 15:49:50 -05:00
Kevin Ross
11513070f7
bad publish - had local jekyll running when I ran the publish, may want to use different directories in the future.
2016-03-22 14:45:44 -05:00
Kevin Ross
d4bf4749fd
update bower and package files, bootstrap needs to remain a runtime dependency
2016-03-21 16:18:02 -05:00
Kevin Ross
e0f1d707da
bootstrap is no longer a runtime dependency, it is built into the dist files
2016-03-21 15:59:21 -05:00
Kevin Ross
be67a7e15a
dev-ability with gulp
2016-03-21 15:38:46 -05:00
Kevin Ross
c38e14d28c
docs gulp should watch core files as well
2016-03-21 15:13:48 -05:00
Kevin Ross
2bda49b00e
Solves #886 v4 class and variable prefix renaming from mdb- to bmd-
2016-03-21 09:56:51 -05:00
Kevin Ross
1b4eb1c82c
Merge branch 'v4-gulp' into v4-dev
...
* v4-gulp: (39 commits)
update docs with removal of grunt
updated dependencies
add temporary estraverse-fb dependency based on bug in sub-library
make sure iife.min is copied to docs dist
switch back to module only, unlinked
debugging gh-pages publishing
stable use of gulp-pipeline through unbundled cjs instead of direct at source. may switch back but this is verified working externally
added debug
Bumped version from 4.0.0 to 4.0.1
Bumped version from 4.0.0-alpha to 4.0.0
fixed creation of uglified/min js for core and docs
docs.min.css wasn't being generated
remove some old ignores clutter
refactored for a simpler docs gulp file with reuse of aggregates now that it is possible
refactored for a simpler gulp file with reuse of aggregates now that it is possible
prep for first push with gulp
gulp default && jekyll serve is working locally
use flat location for dist files
move to jquery's recommended cdn, and make all cdns use https
not using sub directories for dist anymore
...
2016-03-18 20:45:58 -05:00
Kevin Ross
3088171c65
update docs with removal of grunt
2016-03-18 20:44:22 -05:00
Kevin Ross
30be30c51c
updated dependencies
2016-03-18 20:13:42 -05:00
Kevin Ross
98381d2589
add temporary estraverse-fb dependency based on bug in sub-library
2016-03-18 19:44:35 -05:00
Kevin Ross
8d3506c362
make sure iife.min is copied to docs dist
2016-03-18 19:42:47 -05:00
Kevin Ross
aae68fce7d
switch back to module only, unlinked
2016-03-18 19:35:22 -05:00
Kevin Ross
dad9076844
debugging gh-pages publishing
2016-03-18 19:30:02 -05:00
Kevin Ross
20258e80ee
stable use of gulp-pipeline through unbundled cjs instead of direct at source. may switch back but this is verified working externally
2016-03-18 16:18:48 -05:00
Kevin Ross
64dd7d9bff
added debug
2016-03-18 14:32:26 -05:00
Kevin Ross
3017185e22
Merge pull request #924 from SergeyKhval/v4-dev
...
#922 updated bower dependencies
2016-03-18 14:27:37 -05:00
Kevin Ross
7bb15f3efa
Bumped version from 4.0.0 to 4.0.1
2016-03-18 14:18:47 -05:00
Kevin Ross
0a25546749
Bumped version from 4.0.0-alpha to 4.0.0
2016-03-18 14:12:19 -05:00
Kevin Ross
58e460da93
fixed creation of uglified/min js for core and docs
2016-03-18 14:05:41 -05:00