Skip to content

Commit

Permalink
Fixed variables undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Jun 20, 2016
1 parent 401ea7f commit df98156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ private function initialize()
->setSetting('sass' , $this->mainPath . 'sass/')
->setSetting('tpl' , $this->mainPath . 'tpls/')
->setSetting('config' , $this->mainPath . 'config.yml')
->setSetting('enableCoffee' , false)
->setSetting('enableSass' , false)
->setSetting('enableSassc' , false)
->setSetting('coffeeExtension', '.coffee')
->setSetting('sassExtension' , '.sass')
->setSetting('extension' , '.jade')
Expand Down

0 comments on commit df98156

Please sign in to comment.