FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Split up grunt less task #1364

Closed Hirse closed 4 years ago

Hirse commented 4 years ago

Split up the grunt less task into common and components following the browserify tasks for the following benefits:

Output before image

Output now image

campersau commented 4 years ago

My plan is to get rid of grunt and move stuff like that into a separate ./scripts/* file. Like ./scripts/build.js which does less and browserify. So I think I am going to skip this PR. If you want you can start with that instead (I am going to bed shortly) otherwise I will do it tomorrow.

Hirse commented 4 years ago

I understand the plan is to move away from Grunt. I just wasn't sure how quickly that would happen, so I opened this as a quick follow up from the change in the ESLint PR.

campersau commented 4 years ago

superseded by https://github.com/FredrikNoren/ungit/pull/1374