Add Lint support for CSS

Issue #65 closed
Brian Lewis repo owner created an issue

Add lint on CSS to grunt files.

Initial check is on indent only

Comments (6)

  1. Ghislain Hachey

    style(css): cleanup styles and add csslint test

    • cleanup redundant CSS (e.g. double declarations, duplicate files)
    • minimal CSS changes to eliminate csslint errors without (too much) changing style
    • add csslint to build:css:app Grunt task, now build will fail if basic lint test does not pass

    Closes #65

    → <<cset a77b19e97ced>>

  2. Ghislain Hachey

    In this PR I did the minial amount of work to get csslint to pass and some CSS cleanup. I don't want to put too much effort into styling just yet though I would like to get back to this after some more discussions.

  3. Ghislain Hachey

    style(css): cleanup styles and add csslint test

    • cleanup redundant CSS (e.g. double declarations, duplicate files)
    • minimal CSS changes to eliminate csslint errors without (too much) changing style
    • add csslint to build:css:app Grunt task, now build will fail if basic lint test does not pass
    • indent all src/app/css/ to 2 spaces

    Closes #65

    → <<cset 38a718b97330>>

  4. Ghislain Hachey

    style(css): cleanup styles and add csslint test

    • cleanup redundant CSS (e.g. double declarations, duplicate files)
    • minimal CSS changes to eliminate csslint errors without (too much) changing style
    • add csslint to build:css:app Grunt task, now build will fail if basic lint test does not pass
    • indent all src/app/css/ to 2 spaces

    Closes #65

    → <<cset 84e015f6d5e5>>

  5. Brian Lewis reporter

    style(css): cleanup styles and add csslint test

    • cleanup redundant CSS (e.g. double declarations, duplicate files)
    • minimal CSS changes to eliminate csslint errors without (too much) changing style
    • add csslint to build:css:app Grunt task, now build will fail if basic lint test does not pass
    • indent all src/app/css/ to 2 spaces

    Closes #65

    → <<cset 84e015f6d5e5>>

  6. Log in to comment