kriansa / fuel-less

Less implementation for FuelPHP using lessphp and nodejs. Unmaintained.
MIT License
28 stars 7 forks source link

Changed lessfuel to use built in fuel file create for easier debugging #1

Closed dmyers closed 12 years ago

dmyers commented 12 years ago

Fuel's built in File class throws an exception which makes it easier when debugging on several different machines as to why writing a file isn't working due to permissions and such.

kriansa commented 12 years ago

Good one! But why did you changed the coding standards? I just followed http://docs.fuelphp.com/general/coding_standards.html

Thanks for contributing.

dmyers commented 12 years ago

Whoops my bad, you are right, I just started getting into FuelPHP a couple weeks ago and didn't realize that it had standard. Reading that now! :)

dmyers commented 12 years ago

Fixed. What do you think? :) Also great work on this I really like it.

kriansa commented 12 years ago

Great work, thanks for contributing!