Riiskits / Riiskit-Child

A child theme for Riiskit.
MIT License
2 stars 1 forks source link

Implement gulp lint {js, sass} [--fix] tasks #6

Open sigurdsvela opened 9 years ago

sigurdsvela commented 9 years ago

This might not be needed at all. We will all most likely have our way of running the linters, so there is no need for gulp to be able to.

halvardos commented 9 years ago

The argument for having this a part of either gulp or npm is that anyone who wants to develop on the themes now have linters ready to go. So after making a change they now can run a 'test' task, and know that their code complies with our code guidelines.