Commit Graph

84 Commits

Author SHA1 Message Date
Kevin Ross
0c4f0df848 Fixes #951 update dependencies 2016-03-28 11:09:12 -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
c38e14d28c docs gulp should watch core files as well 2016-03-21 15:13:48 -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
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
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
Kevin Ross
560af73402 working on gulp 4 integration 2016-03-17 15:11:07 -05:00
Kevin Ross
10539f84ab #901 banner is added to rollup 2016-03-01 16:57:24 -06:00
Kevin Ross
ef01aa07c3 docs.iife is being generated, albeit without the vendor js - need to combine that separately due to the non-cjs/umd modules 2016-03-01 16:07:46 -06:00
Kevin Ross
546fd9d5b2 #901 core rollup and sass is working 2016-03-01 10:49:36 -06:00
Kevin Ross
283ae05c07 dependency updates 2016-03-01 09:16:19 -06:00
Kevin Ross
55404dd32f temporarily disable jscs because of it's incompatibility with babel 6 2016-02-10 12:10:11 -06:00
Kevin Ross
2b251ef7da bs4 sync - #871 need to review line-height effects on buttons and form-controls 2016-02-08 13:42:01 -06:00
Kevin Ross
82f45db96e changed es2015 and es6 names to simply es 2016-02-05 10:41:01 -06:00
Kevin Ross
a2aa73257d ncu -a && npm update 2016-02-05 10:30:58 -06:00
Kevin Ross
3cfa1ebadd BS sync 2016-01-29 11:35:37 -06:00
Kevin Ross
fba636e11e #853 flex workarounds until pulls are accepted - gets us back on the main twbs/bootstrap upstream branch 2016-01-29 11:28:11 -06:00
Kevin Ross
ac37625123 Revert "dist from commit ec8a289 on branch v4-dev"
This reverts commit 162fd8e9b8.
2016-01-26 12:12:48 -06:00
Kevin Ross
162fd8e9b8 dist from commit ec8a289 on branch v4-dev 2016-01-26 12:08:13 -06:00
Kevin Ross
ed418577a0 wip autocommit dist 2016-01-26 11:51:38 -06:00
Kevin Ross
d0a74f4a44 Solves #841 - incorrect npm information 2016-01-26 09:07:53 -06:00
Kevin Ross
d7c0abcc10 automate publish and commit dist automatically in process now that it is no longer ignored 2016-01-25 15:35:36 -06:00
Kevin Ross
19a5cda479 rework to standardize on npm instead of bower for the build. We still support bower releases, but we will build with npm and tools. Removed optional rubysass, libsass is the standard moving forward because of it's speed. 2016-01-24 17:30:49 -06:00
Kevin Ross
23e398e5ac switch nomenclature from es6 to es2015 2016-01-24 13:11:02 -06:00
Kevin Ross
dccc6c09d0 fix rollup es6, it doesn't need babel transpiling 2016-01-24 11:15:14 -06:00
Kevin Ross
d6ce1f7554 rollup update 2016-01-19 14:27:28 -06:00
Kevin Ross
9082772a74 Resolves #795. Polyfill now included in rollup bundle. 2016-01-05 10:50:38 -06:00
Kevin Ross
9139136e07 rollup is generating files, still failing on uglify 2015-12-30 15:51:52 -06:00
Kevin Ross
ff95eb2495 wip rollup configuration 2015-12-30 14:38:09 -06:00
Kevin Ross
1d4c603796 systemjs and umd generate, looking at using rollup prior to babel 2015-12-30 12:32:23 -06:00
Kevin Ross
0835304d9f now generating systemjs and commonjs entrypoints in the following variations:
- <module type>.js (uses subordinate require or imports)
- <module type>-all.js (concat version of all subordinates)
- <module type>-all.min.js minified all version.

In addition, don't forget that the source es6 is also available.

Docs aren't done yet or integrated.
2015-12-28 22:06:48 -06:00
Kevin Ross
77e58a2335 wip update babel to 6.x, but demodulized version not working. 2015-12-28 20:15:56 -06:00
Kevin Ross
ea3a520b11 docs focused, add more dynamic display of typography properties 2015-12-04 10:06:09 -06:00
Kevin Ross
dbb000c2a9 reconciled against bs4 2015-12-03 11:35:51 -06:00
Kevin Ross
80fb3a75be customized jekyll plugin to generate package versions for documentation based on the bower and npm files so the docs can't get out of date with the distribution. 2015-12-02 15:02:51 -06:00
Kevin Ross
da332ed278 wip conversion to es6 2015-11-30 14:57:40 -06:00
Kevin Ross
fe4eb43524 restructured scss includes so there is one top-level underscored file that allows for inclusion without breaking variable context. 2015-11-25 18:19:13 -06:00
Kevin Ross
6e59be5f96 #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00
Kevin Ross
25ce7e2f07 0.5.0 2015-11-24 17:43:33 -06:00
Kevin Ross
8d2a8f347c Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
fd732ee09d 0.4.3 2015-11-21 06:38:24 -06:00
Kevin Ross
b6101554b2 added gh-pages build instructions, setup icons 2015-11-20 15:17:08 -06:00
Kevin Ross
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
d9e9b0da32 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
d74c2aedd8 Merge branch 'rosskevin-master' into documentation-prototype 2015-11-20 11:00:42 -06:00
Kevin Ross
566453f56d Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00