File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ var annotations_exporter = function (pl) {
51
51
52
52
//for each annotation process the yaml frontmatter and markdown
53
53
var annotationSnippet = annotationsYAML [ i ] ;
54
- var annotationsRE = / - - - \n { 1 } ( [ \s \S ] * ) - - - \n { 1 } ( [ \s \S ] * ) + / gm;
54
+ var annotationsRE = / - - - \r ? \ n{ 1 } ( [ \s \S ] * ) - - - \r ? \n { 1 } ( [ \s \S ] * ) + / gm;
55
55
var chunks = annotationsRE . exec ( annotationSnippet ) ;
56
56
if ( chunks && chunks [ 1 ] && chunks [ 2 ] ) {
57
57
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ function buildFrontEnd(patternlab) {
355
355
patternlab . patterns = sortPatterns ( patternlab . patterns ) ;
356
356
357
357
//find mediaQueries
358
- media_hunter . find_media_queries ( './ source/ css' , patternlab ) ;
358
+ media_hunter . find_media_queries ( path . resolve ( paths . source . css ) , patternlab ) ;
359
359
360
360
// check if patterns are excluded, if not add them to styleguidePatterns
361
361
styleguidePatterns = assembleStyleguidePatterns ( patternlab ) ;
Original file line number Diff line number Diff line change 10
10
"handlebars" : " ^4.0.5" ,
11
11
"html-entities" : " ^1.2.0" ,
12
12
"json5" : " ^0.5.0" ,
13
- "lodash" : " ~4.13.0 " ,
13
+ "lodash" : " ~4.13.1 " ,
14
14
"markdown-it" : " ^6.0.1" ,
15
15
"mustache" : " ^2.2.0" ,
16
16
"twig" : " ^0.9.5" ,
You can’t perform that action at this time.
0 commit comments