jade-tmbundle icon indicating copy to clipboard operation
jade-tmbundle copied to clipboard

Added Jade.sublime-build

Open jansanchez opened this issue 11 years ago • 5 comments

Added Jade.sublime-build for Sublime Text users, additionally have support for linux and osx.

jansanchez avatar Oct 16 '13 18:10 jansanchez

would be good, to be implemented the sublime-build to be installed from the package manager sublime, thanks

jansanchez avatar Nov 05 '13 21:11 jansanchez

You have sent a pull request from a fork of another repository. Besides, I don't think this is a very interesting addition, definitely not with the "--watch" param.

davidrios avatar Nov 06 '13 12:11 davidrios

Sorry, it's true... the pull request takes the last fork that I made to "jade-tmbundle".

Just make the right change to make a new pull request as there are many people using jade with sublime-text, so I feel it would be of much use to install all in one, but that's only if you give me the approval to submit.

Thanks for reply, I wonder why it is not optimal or good to have the parameter "- watch"?

jansanchez avatar Nov 06 '13 15:11 jansanchez

I don't think this is interesting because of the way people generally (as far as my experience goes) deal with the compilation of jade files, which is in a more controlled manner and not randomly from the editor. The watch parameter is especially bad because it creates a persistent process.

davidrios avatar Dec 26 '13 20:12 davidrios

In combination with SublimeOnSaveBuild, it is great. Here is the build system I use. https://gist.github.com/b3n01t/5b6dbddfc77faba405bc#file-jade-sublime-build

b3n01t avatar Jul 13 '14 23:07 b3n01t