linux - Is there a way to use a wild card for this Incrond Inotify job? -


this have:

/js/main.js in_modify yui-compressor -o /js/main.min.js /js/main.js 

is there way above js files , sub folders in folder? this:

/js/*.js in_modify yui-compressor -o /js/*.min.js /js/*.js 

i setup looks @ directory level. hope helps save time else.

/var/www/laravel/public/js/main.js in_modify yui-compressor -o /var/www/laravel/public/js/main.min.js /var/www/laravel/public/js/main.js /var/www/laravel/public/css/style.css in_modify yui-compressor -o /var/www/laravel/public/css/style.min.css /var/www/laravel/public/css/style.css /var/www/laravel/app/views_original in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/account in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/emails in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/emails/auth in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/layout in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/mtg in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# /var/www/laravel/app/views_original/profile in_modify php /var/www/laravel/app/controllers/minifyhtml.php $@/$# 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -