Webstorm/File Watcher - how to compile and minify coffeescript at a same time? -
how automatically minify javascript output files after compiling coffeescript files in webstorm?
update: going use uglifyjs or yui compressor file watcher "watch" changes on js files. that's why don't want use file watcher. there way solve problem? (keyboard shortcut minify files editing only?)
according webstorm docs:
webstorm supports integration following javascript minification tools:
in webstorm, minifier configurations called file watchers. each supported minifier, webstorm provides predefined file watcher template. predefined file watcher templates available @ webstorm level. run minifier against project files, need create project-specific file watcher based on relevant template, @ least, specify path minifier use on machine.
i assume create own transpiler config watching , autominifying coffeescript files:
Comments
Post a Comment