foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Update render.js #52

Closed EHackettTriCore closed 7 years ago

EHackettTriCore commented 8 years ago

Add global variables in the gulp build process and pass them down stream so helpers, partials and templates can access them. This will give users the ability to set 'global's in the gulp panini process and access that data during the build process.

See issue and example 'Custom Global Panini Helper Variables' - https://github.com/zurb/panini/issues/51

gakimball commented 7 years ago

See my comment on issue #51 for my feedback.

gakimball commented 7 years ago

Closing this per the above comment. It's already possible to create globals with Panini's existing data feature.