Commit Graph

99 Commits

Author SHA1 Message Date
FezVrasta
0811b4e319 newer verions of babel-preset-es2015 break the build 2016-08-05 15:11:32 +02:00
FezVrasta
2944488029 renaming of the project
Replaced Material Design for Bootstrap with Bootstrap Material Design everywhere in the project/
2016-08-01 14:17:55 +02:00
Kevin Ross
fbaec07922 [skip ci] manually bump version past version that was accidentally tagged 2016-07-26 10:30:01 -05:00
Kevin Ross
30f664a5ed dependencies update 2016-07-26 10:27:46 -05:00
Kevin Ross
6dbfd97a11 select2 didn't seem very easy to integrate - bailing out of this [skip ci] 2016-05-05 16:52:29 -05:00
Kevin Ross
6873f3097a separate iife generation and inclusion of babel-polyfill from our pure ES2015 entry point 2016-05-05 08:44:55 -05:00
Kevin Ross
06bf55ac47 fix path to jsnext, update dependencies 2016-05-03 10:23:40 -05:00
Kevin Ross
14a3595909 update gp version, setup test.md for a fileInput 2016-05-02 09:38:57 -05:00
Kevin Ross
92af9a3b31 gp fixed watch problem 2016-04-29 22:48:59 -05:00
Kevin Ross
c159915e57 fix bad import of babel-polyfill 2016-04-29 15:37:27 -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
fc0aa59bb4 update dep 2016-04-26 17:45:46 -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
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
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