You are here

function _modernizr_drush_download_dev in Modernizr 7.3

Same name and namespace in other branches
  1. 8 drush/modernizr.drush.inc \_modernizr_drush_download_dev()

Helper function downloads the uncompressed development copy of Modernizr.

1 string reference to '_modernizr_drush_download_dev'
modernizr_drush_command in drush/modernizr.drush.inc
Implements hook_drush_command().

File

drush/modernizr.drush.inc, line 67
drush integration for modernizr.

Code

function _modernizr_drush_download_dev() {
  return drush_set_error('modernizr-dev');
}