stomt / gulp-modular

Boilerplate gulp tasks for quick project setup.
MIT License
10 stars 0 forks source link

Allow styles task to work without fonts task #46

Closed sebastianhenneberg closed 9 years ago

sebastianhenneberg commented 9 years ago

The styles task accesses the fonts configuration which is not present if fonts is not activated which results in an build error. The affected line is as follows: https://github.com/ONE-LOGIC/gulp-modular/blob/master/tasks/sass.js#L26