Zauberfisch / silverstripe-boilerplate

Boilerplate template to quickly kick off a new SilverStripe project
21 stars 3 forks source link

Typo? #19

Closed bruce133 closed 10 years ago

bruce133 commented 10 years ago

SASS / SCSS

This boilerplate is prepared for being used with sass (http://sass-lang.com/) and compass (http://compass-style.org/) Once you have installed compass (see http://compass-style.org/install/) run the following command in your project root folder:

compass watch .

Assuming 'project root folder' is the parent of 'mysite', the correct command (at least in my case) would be compass watch mysite.

Zauberfisch commented 10 years ago

thanks for reporting that, was my mistake. faulty documentation, fixed it in the dev branch