You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2018. It is now read-only.
drush -y en planetary_libs
drush make sites/all/modules/planetary_libs/planetary_libs.make --no-core
But I needed to do the following steps in order to get all the packages downloaded and available to Drupal:
cd sites/all/libraries
mkdir jquery.terminal
cd jquery.terminal
wget -O master.tar.gz https://github.com/jcubic/jquery.terminal/tarball/master
tar -zxvf master.tar.gz
mv jcubic-jquery.terminal-50bd0a0/* .
cd ..
mkdir jquery.layout
cd jquery.layout
wget http://layout.jquery-dev.net/lib/js/jquery.layout-latest.min.js
cd ..
cd requirejs
wget http://requirejs.org/docs/release/2.1.5/minified/require.js
Can drush make be configured to do this automatically?
The text was updated successfully, but these errors were encountered:
I installed planetary_libs from commit 5128b9c
But I needed to do the following steps in order to get all the packages downloaded and available to Drupal:
Can
drush make
be configured to do this automatically?The text was updated successfully, but these errors were encountered: