This repository was archived by the owner on Dec 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
2
2
3
+ PL-node-v0.1.5
4
+ - ADD: Live reload support for grunt serve task
5
+ - THX: thanks @marcinmodestowicz for the configuration fix. VERY useful :)
6
+
3
7
PL-node-v0.1.4
4
8
- FIX: Resolved issue with nested pattern rendering
5
9
- FIX: Supporting flat pattern name regex's in unix-systems
Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v0.1.4 - 2014
2
+ * patternlab-node - v0.1.5 - 2014
3
3
*
4
4
* Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v0.1.4 - 2014
2
+ * patternlab-node - v0.1.5 - 2014
3
3
*
4
4
* Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " patternlab-node" ,
3
3
"description" : " Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI)." ,
4
- "version" : " 0.1.4 " ,
4
+ "version" : " 0.1.5 " ,
5
5
"devDependencies" : {
6
6
"grunt" : " ~0.4.0" ,
7
7
"grunt-contrib-watch" : " ~0.6.1" ,
You can’t perform that action at this time.
0 commit comments