Commit Graph

31 Commits

Author SHA1 Message Date
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
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
e8b5cd3700 fixed resolution of jquery/tether versions for docs by relying on .bower.json instead of bower.json. Added assertions so we don't get another cryptic message on resolutions of these variables. 2016-01-14 13:27:42 -06:00
Kevin Ross
8ee26b7158 bs4 docs sync 2016-01-14 13:26:22 -06:00
Kevin Ross
6093b583d8 moved docs css artifacts to the docs/dist/css 2016-01-05 14:14:08 -06:00
Kevin Ross
3fdbbbec28 es6, umd, and iife bundles are all being created properly for core and docs. Dramatically simplified (using rollup):
- js file generation
- docs js generation
- configuration and bridging to jekyll (removed a bunch of unnecessary code)
2016-01-04 11:28:12 -06:00
Kevin Ross
97c952746f converted docs to use rollup and made docs-js process similar to dist-js 2016-01-04 10:52:35 -06:00
Kevin Ross
9a4158540b wip rollup - fix jscs 2016-01-04 09:11:31 -06:00
Kevin Ross
ff95eb2495 wip rollup configuration 2015-12-30 14:38:09 -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
1a7421fb99 fixed bad js include causing the minified file to fail 2015-12-24 09:32:36 -06:00
Kevin Ross
0a0cfd7df9 Revert "holder causing issues on the public site, try it from the cdn instead"
This reverts commit 9c10f96482.
2015-12-24 08:13:20 -06:00
Kevin Ross
9c10f96482 holder causing issues on the public site, try it from the cdn instead 2015-12-24 08:01:56 -06:00
Kevin Ross
ed805c9be8 checkboxes and radios (default and inline) are working. radio refactoring seems complete. 2015-12-14 16:42:22 -06:00
Kevin Ross
53d0b661bb es6 Introduced inline classes for radio and checkbox. Solved more problems getting our marker mdb-form-group in place via es6 classes. 2015-12-05 21:24:05 -06:00
Kevin Ross
108da48a0b discretely separated all form input types into discrete es6 classes to allow for easy configuration/enforcement of markup/classes/structure 2015-12-05 17:45:38 -06:00
Kevin Ross
c5282e7097 finished initial refactoring of discrete es6 inputs, renaming toggle to switch and adding a BaseToggle (checkbox|radio|switch) to better align with Material Design nomenclature 2015-12-05 15:07:37 -06:00
Kevin Ross
3a547cd0f3 es6 refactoring classes into discrete input classes without overlap, and enforcing classes and structure. TextInput and Checkbox done, more to go. 2015-12-05 14:00:40 -06:00
Kevin Ross
f272a49ee0 - moved babel generated files to dist
- concat the babel generated files instead of the source es6 (not sure if this is the exactly right thing to do yet for general consumption, but seems correct)
- allow local runs of docs to see the mdb js babel files so we can better debug sources
2015-12-04 10:50:06 -06:00
Kevin Ross
132fa6bb30 Ran jscs, required some variable name changes. Added typography docs fn to show font properties 2015-12-03 19:09:01 -06:00
Kevin Ross
1685cf956d docs styles as customized mdb is working 2015-12-02 16:31:26 -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
d652c7b90b syncing some updates from bootstrap v4 2015-12-01 10:49:46 -06:00
Kevin Ross
861c5b2b9e first sass compilation with v4 2015-11-30 11:15:59 -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
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
fecff76551 initial import of bs3 docs 2015-11-19 15:58:21 -06:00