1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-16 21:58:19 +01:00

1046 Commits

Author SHA1 Message Date
Dave Olsen
81b5cc60af just a helpful visual for where patterns start & end 2013-07-05 11:01:22 -04:00
Dave Olsen
a36bf9b30f re-fixing the moveFile bug. i blame bit rot. 2013-07-05 10:58:28 -04:00
Dave Olsen
f536f1435d removing the "ignore file" config and standardizing on the underscore 2013-07-05 10:44:51 -04:00
Dave Olsen
934fe6cbf9 replacing a number of globs() 2013-07-05 10:19:24 -04:00
Dave Olsen
6f7702ffb0 making sure the content sync and page follow work 2013-07-03 22:31:50 -04:00
Dave Olsen
b7238c9155 adding page follow and auto-reload links to header 2013-07-03 22:31:35 -04:00
Dave Olsen
59a48228ca adding support to exclude patterns that start with an underscore 2013-07-03 22:08:20 -04:00
Dave Olsen
4845f9bac2 making sure 'view all' pages aren't generated for pages & templates 2013-07-03 21:28:21 -04:00
Dave Olsen
628b109ced doing a smarter job with the watcher 2013-07-03 21:04:20 -04:00
Dave Olsen
f3958330f2 explaing the watch file config 2013-07-03 21:03:48 -04:00
Dave Olsen
91ad3771d0 making sure the radio buttons pattern is added 2013-07-03 21:02:47 -04:00
Dave Olsen
4c9581ac26 making it clearer what moveFile does 2013-07-03 20:58:42 -04:00
Dave Olsen
0919a6f883 fixing a bug with the generate command not moving special watch files 2013-07-03 15:53:24 -04:00
Dave Olsen
035b25b63c added my menu close features back in 2013-07-03 15:01:31 -04:00
Dave Olsen
47516824d0 made sure that pattern lab will find the css file 2013-07-03 15:01:13 -04:00
Dave Olsen
07f6d34b72 adding support for generating pattern names and links for the styleguide and viewall 2013-07-03 15:00:57 -04:00
Dave Olsen
5006c9f098 converted and fixed patterns 2013-07-03 14:59:41 -04:00
Dave Olsen
d207d73fee removing the templates directory from the public patterns 2013-07-03 10:49:11 -04:00
Dave Olsen
43d42fa473 Merge branch 'reorganizing-patterns' into master-merge
Conflicts:
	source/patterns/atoms/text/h1.mustache
	source/patterns/atoms/text/h2.mustache
	source/patterns/atoms/text/h3.mustache
	source/patterns/atoms/text/h4.mustache
	source/patterns/atoms/text/h5.mustache
	source/patterns/atoms/text/h6.mustache
	source/patterns/atoms/text/inline-a.mustache
	source/patterns/atoms/text/inline-abbr.mustache
	source/patterns/atoms/text/inline-address.mustache
	source/patterns/atoms/text/inline-blockquote.mustache
	source/patterns/atoms/text/inline-code.mustache
	source/patterns/atoms/text/inline-del.mustache
	source/patterns/atoms/text/inline-em.mustache
	source/patterns/atoms/text/inline-q.mustache
	source/patterns/atoms/text/inline-strong.mustache
	source/patterns/atoms/text/inline-sup.mustache
	source/patterns/m-blocks-block-hero/data.json

source/patterns/m-blocks-block-thumb-headline/m-blocks-block-thumb-headl
ine.mustache
	source/patterns/m-blocks-media-block/m-blocks-media-block.mustache
	source/patterns/molecules/blocks/block-thumb-headline.mustache
	source/patterns/molecules/components/social-article.mustache
	source/patterns/organisms/global/header.mustache
	source/patterns/organisms/sections/section-partners.mustache
	source/patterns/organisms/sections/section-sponsored-links.mustache
	source/patterns/pages/layouts/article.mustache
2013-07-03 10:48:37 -04:00
Dave Olsen
96a7712d3e making sure the pattern path is correct in the nav template 2013-07-02 16:12:29 -04:00
Dave Olsen
336277cfbb removing the pattern types from the config. not necessary. 2013-07-02 16:12:09 -04:00
Dave Olsen
e88ae0eae0 adding support for the new pattern directory structure 2013-07-02 16:11:53 -04:00
Dave Olsen
b793910171 updating patterns 2013-07-02 16:11:13 -04:00
Dave Olsen
79cad0ff61 adding the public template patterns to the gitignore 2013-06-25 22:02:36 -04:00
Dave Olsen
2563ba66a9 started adding support for nested patterns based on type and subtype 2013-06-25 22:01:59 -04:00
Dave Olsen
57a13892db adding a patternTypes config var 2013-06-25 22:01:18 -04:00
Dave Olsen
506c9f8821 fixing when the mustache loader needs to add the file extension 2013-06-25 22:01:02 -04:00
Brad Frost
ed5d22d419 Organisms, templates and pages 2013-06-24 00:59:54 -04:00
Brad Frost
4551fa419a Article body organism text changes 2013-06-24 00:18:29 -04:00
Brad Frost
fbf841d0b2 Create molecules: forms, components 2013-06-23 21:35:16 -04:00
Brad Frost
079cf0f4ff Added molecules: text, blocks, media, navigation 2013-06-23 18:53:33 -04:00
Brad Frost
50cfbb81ce Added buttons, media, forms and other atoms 2013-06-23 17:51:28 -04:00
Brad Frost
d44d0de65e Adding image, list, and text patterns. Remove unused image files, added placeholder directories in source folder. 2013-06-23 11:40:17 -04:00
Brad Frost
264a972058 Viewport resizing manual mode
Keyup and keydown functionality.
Can press and hold up and down arrows to fine tune the viewport size.
On-the-fly px-to-em (and vice-versa) conversion
Consolidated Dave's duplicate functions into the main behavior
2013-06-22 19:30:16 -04:00
Brad Frost
17cdfc383b Added Pattern Name Separators between patterns. Changed configuration to point to css instead of scss. 2013-06-22 11:03:14 -04:00
Brad Frost
091bb87cd9 Heading atom patterns 2013-06-22 10:22:12 -04:00
Brad Frost
626169912b Changed SCSS folder to CSS (Sass shouldn't be a requirement). Imported global patterns to new format 2013-06-22 09:55:11 -04:00
Brad Frost
9ff922cc52 Consolidate heading atoms into one atom 2013-06-22 09:06:54 -04:00
Brad Frost
2d267ba004 Remove bu-patterns, import pattern lab styleguide css/js 2013-06-22 09:03:33 -04:00
Brad Frost
a9c2c39678 Delete specific molecules
That were either project specific or moot
2013-06-22 08:18:26 -04:00
Dave Olsen
395c0c3b8c bad line break 2013-06-21 20:38:00 -04:00
Dave Olsen
39b850601a moving the default pattern header & footer 2013-06-21 20:36:24 -04:00
Dave Olsen
65dbb7b02b further reorganization 2013-06-21 20:34:38 -04:00
Dave Olsen
85641d15cf reorganizing the patterns 2013-06-21 20:28:26 -04:00
Dave Olsen
ddd5602233 initial commit for the new repo 2013-06-21 16:02:07 -04:00
patternlab
a76c24c465 Initial commit 2013-06-18 18:52:24 -07:00