Ralf Hortt
Ralf Hortt
It would be nice if I could use different fields for different file types in the register function. Cheers Ralf
Besides generating Sass output, iconizr should also support Stylus. http://learnboost.github.io/stylus/ Preferable with the different omit settings i.e.: CSS a.button { border-radius: 5px; } Omit braces a.button border-radius: 5px; Omit semicolon...
It might be pointless, but it would be good if there won't be an error if there are no dependencies in the bower.json. Here is an example from my gulpfile....
Hello, does it support PSR12 ? I've tried to adding @PSR12 in the settings, but it seems it is not yet implemented. Cheers Ralf
Many plugins use github as the development platform and just copy+paste the plugin into the WordPress SVN repository. It would help if there are a few commands to help automate...
Import the database from a remote installation into a local one and replace the url correctly ( as wp-search-replace does it) ie: `wp remote pull staging` `wp remote push prodcution`...
First of all thank you for this package, it worked really well. I got a question, is it possible to use different certificates for signing and encryption ? Didn't found...