0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Karl Hobley
11b822d2dc Disable isort
Keeping isort happy while renaming lots of modules in parallel will
create a lot of merge conflicts which take time to resolve.

We will re enable after all the modules have been renamed.
2017-11-26 22:43:47 +00:00
Vincent Audebert
a10e1f0761 Add CSS minification and source maps for Sass 2017-08-27 20:25:53 +02:00
Anselm Bradford
a900965fba Fixes #3516 - replaces scss-lint with stylelint 2017-08-26 16:39:45 +03:00
Thibaud Colas
65e6c6920f Add npm run lint:css command to run Sass linting 2017-08-11 16:26:11 +01:00
Thibaud Colas
4eafad0a57 Fix scss_lint gem naming 2017-08-11 16:26:11 +01:00
Thibaud Colas
952e3a8e49 Add a test building front-end assets in CicleCI tests (#3636)
A valuable check for PRs like #3628 touching the tooling.
2017-06-07 12:22:45 +03:00
Thibaud Colas
2058669eae Use runInBand to make Jest tests faster in CI env (#3618)
See https://facebook.github.io/jest/docs/troubleshooting.html#tests-are-extremely-slow-on-docker-and-or-continuous-integration-ci-server for further details.
2017-05-28 22:06:30 +03:00
Karl Hobley
635c627ad9 Circle CI config 2017-05-26 13:03:41 +01:00