Skip to content
  • Dan Poltawski's avatar
    MDL-51582 grunt: add less complilation support · a4a52e56
    Dan Poltawski authored
    Previously we were using recess to build bootstrap base as it was what
    was used by the original project. But recess is no longer maintained.
    
    Now we use grunt for building js, it makes sense to use it for less too.
    
    (If you really don't want to use grunt, you almost certainly can just
    use lessc -x as it uses the same less.js on backend).
    a4a52e56