Commit Graph

142 Commits

Author SHA1 Message Date
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
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
Kevin Ross
75d589a528 Merge branch 'rosskevin-master' into documentation-prototype
Conflicts:
	Gruntfile.js
2015-11-19 16:03:28 -06:00
Kevin Ross
fecff76551 initial import of bs3 docs 2015-11-19 15:58:21 -06:00
Kevin Ross
617e103511 0.4.1 2015-11-19 11:30:17 -06:00
Kevin Ross
d6bb60c446 - remove deprecated version from bower.json https://github.com/bower/spec/blob/master/json.md
- bumped package.json
- changed cibuild target to build
2015-11-19 08:54:33 -06:00
Kevin Ross
9bbd049fea normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
ba31a4a634 htmllinted the demo files - fixed errors 2015-11-06 17:41:39 -06:00
Kevin Ross
856a321785 prepare grunt-less-to-sass 2015-11-02 13:42:29 -06:00
krzystof
c65200d277 Fix Main file in package.json 2015-10-30 11:41:45 +00:00
FezVrasta
48c64fb39b updated changelog and moved to new dev version (0.3.1-dev) 2015-03-18 15:44:56 +01:00
FezVrasta
f40aa0a6e6 0.3.0 release 2015-03-17 18:44:18 +01:00
FezVrasta
8a800fb5df fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
GradyD
8c88b34af6 Added getting started doc 2015-03-09 23:00:46 -04:00
GradyD
870f504141 Added jQuery 1.9.1 and Bootstrap 3.0 as dependencies. To meet requirment for #416 2015-03-08 13:17:43 -04:00
ryanmcdonough
c6c1e2fa23 Include dividers material design 2015-01-12 13:53:59 +00:00
Dan Dascalescu
7bab7f9cb8 Meteor integration and README improvements 2014-12-15 07:18:42 -08:00
FezVrasta
908c0ec80b revert back before the newline at end of file fix. 2014-12-04 15:34:10 +01:00
FezVrasta
52e073a3c5 ensure new line at end of compiled files 2014-12-04 14:00:01 +01:00
FezVrasta
518434d6d0 minify files with csswring to allow source mapping to less 2014-12-04 13:30:23 +01:00
FezVrasta
3878d6687b new version released 2014-12-01 15:45:43 +01:00
FezVrasta
0c6f8f3e9d Merge branch 'develop'
Conflicts:
	README.md
	bower.json
	dist/css/material-wfont.css
	dist/css/material.css
	dist/js/material.js
	dist/js/material.min.js
	dist/js/ripples.js
	package.json
	sass/_animations.scss
2014-10-31 09:59:31 +01:00
FezVrasta
d6c73f5c68 removed references of the old less compiler 2014-10-31 09:27:35 +01:00
FezVrasta
18b538aed3 version 2014-10-29 16:24:33 +01:00
FezVrasta
041e6135da removed duplicates and optimized workflow 2014-10-29 16:24:28 +01:00
FezVrasta
25f1dc2cae version 2014-10-29 16:22:42 +01:00
FezVrasta
4454107746 removed duplicates and optimized workflow 2014-10-28 12:12:48 +01:00
FezVrasta
bde4c22659 updated version 2014-10-28 11:43:37 +01:00
FezVrasta
073f830246 old icons replaced with official ones, NO BACKWARD COMPATIBILITY! 2014-10-18 15:14:24 +02:00
shockwork
958e4a827c fixes #106 - also fixes the jshint errors from prior commit 2014-10-10 10:34:36 +02:00
FezVrasta
41c94a218a refactor of the dist files 2014-10-05 09:32:48 +02:00
Nelson Omuto
82aae6fbf0 fixing jshint issues, modifying to allow for some not too strict jshint rules, adding grunt newer dependency. 2014-10-03 16:13:48 -04:00
Nelson Omuto
fc49b45354 adding unit testing hooks, connect server, jshint, watch tasks and livereload 2014-10-03 15:15:31 -04:00
Nelson Omuto
a71fc7de74 updating grunt with load grunt tasks 2014-10-03 11:13:28 -04:00
shockwork
84e18436d0 add sass fork 2014-10-03 13:58:24 +02:00
FezVrasta
86a7dde9fb pkg.json 2014-10-03 11:52:23 +02:00