Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
42969b9
Switched to PL 3.0 ALPHA.
Jan 8, 2018
c4bfef7
Merge branch 'develop' into pl3-upgrade
Jan 19, 2018
b4643f2
Fixed hanging build.
Jan 19, 2018
d06a9a0
Merge branch 'develop' into pl3-upgrade
c1rrus Apr 20, 2018
1e27476
Got pattern-scaffolding SASS build working.
c1rrus Apr 23, 2018
23671a5
Merge branch 'develop' into pl3-upgrade
c1rrus May 9, 2018
c526956
Merge branch 'develop' into pl3-upgrade
c1rrus Aug 1, 2018
78be94f
Merge branch 'develop' into pl3-upgrade
Oct 18, 2018
5a492cd
Migrates to latest PL3 beta packages.
Oct 18, 2018
b7edaf7
Made PL server watch source files.
Oct 18, 2018
342570f
Fixed build warning for pattern params.
Oct 18, 2018
bea5190
Merge branch 'develop' into pl3-upgrade
Oct 22, 2018
6ada206
Reinstated missing prebuild tasks for styleguide.
c1rrus Oct 22, 2018
5c539d8
Merge branch 'develop' into pl3-upgrade
c1rrus Oct 23, 2018
fd8c8e1
Stopped source SASS files from ending up in styleguide build output.
c1rrus Oct 23, 2018
1c490f8
Fixed broken markup in SVG symbol table.
c1rrus Oct 23, 2018
4654ac8
Fixed bug in Gulpfile that fully build UI library before serving the …
c1rrus Oct 23, 2018
6bdd35d
Fixed broken SVG symbol file generation.
c1rrus Oct 23, 2018
0790d16
Removed redundant JS dir
c1rrus Oct 24, 2018
815bbe1
Removed browsersync.
c1rrus Oct 25, 2018
b3bc078
Merge branch 'develop' into pl3-upgrade
c1rrus Oct 25, 2018
0100903
Improvements and fixes to watch tasks.
c1rrus Oct 25, 2018
5973ab7
Merge branch 'develop' into pl3-upgrade
Oct 26, 2018
f3dc8e4
Updated changelog
c1rrus Oct 26, 2018
052ee07
Fixed missing logo in header organism.
c1rrus Oct 26, 2018
278a8c3
Merge branch 'develop' into pl3-upgrade
c1rrus Oct 26, 2018
581ff2c
Merge branch 'develop' into pl3-upgrade
c1rrus Nov 19, 2018
7c7ea5d
Merge branch 'develop' into pl3-upgrade
Nov 20, 2018
1c3bd63
Merge branch 'develop' into pl3-upgrade
Nov 22, 2018
9235ad3
Removed server wait option.
c1rrus Nov 23, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Exclude build Output
dist/
dependencyGraph.json

# Exclude generated files
src/styleguide/_patterns/_generated/*.mustache
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed
- Made SVG icon titles more consistent
- Migrated style guide build to use Pattern Lab 3
- Updated various dependencies
- Travis build now uses Node version specified in .nvmrc

Expand Down
73 changes: 0 additions & 73 deletions gulp/browsersync.js

This file was deleted.

Loading