Kevin Ross
25436dff34
dist-to-docs copy
2016-03-09 11:39:56 -06:00
Kevin Ross
c7e8aefd94
bsDocs js vendor copy
2016-03-09 11:01:06 -06:00
Kevin Ross
76cc724b56
bsDocs plugin copy
2016-03-09 10:57:13 -06:00
Kevin Ross
7573811e07
docs copy scss
2016-03-09 10:50:09 -06:00
Kevin Ross
68f61c8eb1
bsDocs components
2016-03-09 10:23:01 -06:00
Kevin Ross
b859447118
working on gulp copy
2016-03-02 14:35:46 -06:00
Kevin Ross
2e9ca8e6c9
comment out jscs
2016-02-17 14:56:16 -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
bb385c8b5a
v4-dist seems like a more obvious branch choice - simply /dist in the urls is pretty confusing.
2016-01-26 12:33:22 -06:00
Kevin Ross
b6ea1b645f
wip #846 buildcontrol
2016-01-26 12:27:49 -06:00
Kevin Ross
70bfb396a2
wip #846 buildcontrol
2016-01-26 12:23:20 -06:00
Kevin Ross
f2e0f7cc73
Sooo, we learned that buildcontrol wipes your branch out, so let's go ahead and keep dist separate.
2016-01-26 12:17:06 -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
ec8a289935
it will be too difficult to maintain a single dist branch, let's leave this in the main repo but look into ignoring the dist, generally, and allowing it for the build process
2016-01-26 12:07:05 -06:00
Kevin Ross
99dc9d0382
wip autocommit dist
2016-01-26 11:52:34 -06:00
Kevin Ross
ed418577a0
wip autocommit dist
2016-01-26 11:51:38 -06:00
Kevin Ross
6292643d82
wip autocommit dist
2016-01-26 11:44:22 -06:00
Kevin Ross
43658b64d8
wip autocommit dist
2016-01-26 11:42:40 -06:00
Kevin Ross
32c593e00e
wip autocommit dist
2016-01-26 11:40:22 -06:00
Kevin Ross
384073fb9b
note about crlf in auto commit
2016-01-26 11:27:36 -06:00
Kevin Ross
cef9045895
change commit message for automated dist publish commit
2016-01-26 11:23:02 -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
a08b5a2ee8
Initial implementation of collapseInline is complete and working on the test page. Need to integrate it into documentation.
2016-01-08 13:04:21 -06:00
Kevin Ross
d54249d778
Switch examples to .html extensions to get syntax highlighting in editor
2016-01-06 17:11:28 -06:00
Kevin Ross
f44f5f29a1
fix publish process to ensure generic artifacts are present for site examples
2016-01-05 17:26:47 -06:00
Kevin Ross
c9bc66e574
worked on sign-in example, and fixed a few bugs related to checkbox spacing outside a form-group. All examples ready to be added. Resolves #803
2016-01-05 17:16:37 -06:00
Kevin Ross
a4473d8a00
wip #803 examples section in the docs
2016-01-05 15:24:50 -06:00
Kevin Ross
2c5e945579
add scsslint to docs
2016-01-05 14:32:10 -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
ccc251c75c
added iife generation
2016-01-04 08:23:10 -06:00
Kevin Ross
9139136e07
rollup is generating files, still failing on uglify
2015-12-30 15:51:52 -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
9886b2f7ce
documentation updates
2015-12-24 10:44:35 -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
9bc9ffea74
Better synchronization of dist with docs through grunt task, and better error handling on component instantiation (trying to diagnose minified instantiation issue)
2015-12-24 09:10:52 -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
46537635b0
fix search.json and unmangle the minified file to see if we can get through the github pages problem.
2015-12-23 17:59:39 -06:00
Kevin Ross
7d1f0ffe36
moved to reference tether from bower, and stop copying the file from BS. Templates updated to reference bower version of tether from the cdn.
2015-12-23 17:53:20 -06:00
Kevin Ross
9d1eb6e2da
Updating publish workflow
2015-12-23 16:45:54 -06:00
Kevin Ross
4fff87c613
Documented everything to-date with migration notes. Reviewed and removed unneeded docs from initial seed of BS documentation. Moved synced BS documentation down under it's own heading.
2015-12-23 14:12:39 -06:00