Question: how to activate DevKit?
Phpstorm: 9.0
I try to install a plugin and it is disabled because it need DevKit.
Any idea how to enable it?
the plugin url is:
https://plugins.jetbrains.com/plugin/1017?pr=
Also, if you have any idea where I can Find "Packer" like "UglifyJS" or Yui Compressor Tell me :p
Thank you for your time!
请先登录再写评论。
Hi there,
1) Accordingly to plugin specs it will not work on PhpStorm -- only IntelliJ IDEA or AndroidStudio.
2) I hope I understood you correctly here ...
http://davidwalsh.name/compress-uglify / http://lisperator.net/uglifyjs/ / https://github.com/yui/yuicompressor/ -- instructions are there (if that's the right package, of course)
You can then use it via File Watchers functionality in IDE to automate such minification task (if necessary) .. or as a Gulp/Grunt task