morganestes/sublime-recess

Add multiple options

Closed this issue · 2 comments

In it's current state, I can't get it to lint and compile all in one go. My thought is to add multiple options so that you can choose to:

  • just lint
  • just compile
  • or lint + compile

I learned that by adding an additional build file to the package, I can add the compile option.

I don't think it's the final solution, but I added a compile build. Select it from the build menu before you build the file and it'll compile to a .css file.

I've added to the multiple-build solution and created a sub-menu under Tools, and in the context (right-click) menu. Now you can choose to either lint or compile the file.