File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,15 @@ before_install:
1111
1212before_script :
1313 - npm install -g grunt-cli
14+ - npm install patternengine-node-underscore
15+ - npm install patternengine-node-handlebars
16+ - npm install patternengine-node-twig
1417
1518branches :
1619 only :
1720 - master
1821 - dev
22+ - issue/438-runAllTestsTravis
1923
2024notifications :
2125 webhooks :
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ var ui_builder = function () {
8282 * @returns boolean - whether or not the pattern is excluded
8383 */
8484 function isPatternExcluded ( pattern , patternlab ) {
85- var styleGuideExcludes = patternlab . config . styleGuideExcludes ;
8685 var isOmitted ;
8786
8887 // skip underscore-prefixed files
@@ -506,7 +505,7 @@ var ui_builder = function () {
506505 } ) ;
507506 if ( omitPatternType ) {
508507 if ( patternlab . config . debug ) {
509- console . log ( 'Omitting ' + patternType + ' from building a viewall page because its patternGroup is specified in styleguideExcludes.' ) ;
508+ console . log ( 'Omitting ' + patternType + ' from building a viewall page because its patternGroup is specified in styleguideExcludes.' ) ;
510509 }
511510 } else {
512511 patterns = patterns . concat ( typePatterns ) ;
Original file line number Diff line number Diff line change 5454 },
5555 "patternExportPatternPartials" : [],
5656 "patternExportDirectory" : " ./pattern_exports/" ,
57- "cacheBust" : true
57+ "cacheBust" : true ,
58+ "outputFileSuffixes" : {
59+ "rendered" : " .rendered" ,
60+ "rawTemplate" : " " ,
61+ "markupOnly" : " .markup-only"
62+ }
5863}
You can’t perform that action at this time.
0 commit comments