]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update to Panini 1.0.0
authorGeoff Kimball <geoff@zurb.com>
Tue, 17 Nov 2015 17:51:12 +0000 (09:51 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 17 Nov 2015 17:51:28 +0000 (09:51 -0800)
gulp/docs.js
package.json

index fb7326449153fcc885880974d72d67ec22a8b555..5609f3c052a2d02dd61930b2377b870d4e9587af 100644 (file)
@@ -24,8 +24,9 @@ gulp.task('docs', function() {
       .pipe(supercollider.init())
     .pipe(mdFilter.restore())
     .pipe(panini({
+      root: 'docs/pages/',
       layouts: 'docs/layout/',
-      partials: 'docs/partials/*.html'
+      partials: 'docs/partials/'
     }))
     .pipe(gulp.dest('_build'));
 });
index c2568084365f4d94360c49f1489c95cac9e09b71..49622ee97f2de92ff32f50056ca741bba50f76fa 100644 (file)
@@ -37,7 +37,7 @@
     "octophant": "^0.2.0",
     "open": "0.0.5",
     "opener": "^1.4.1",
-    "panini": "0.1.0",
+    "panini": "^1.0.0",
     "parker": "0.0.9",
     "pretty-print": "^1.0.0",
     "prettyjson": "^1.1.3",