This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chicago-law > drupal-reinstall-module: | |
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" --yes pm-uninstall "ucl_d6_migration"'... | |
ucl_d6_migration was successfully uninstalled. [ok] | |
[drush] The following extensions will be uninstalled: ucl_d6_migration | |
[drush] Do you really want to continue? (y/n): y | |
[drush] Executing '/var/www/uchicago-law.local/vendor/bin/drush --nocolor --root="/var/www/uchicago-law.local/web" --uri="http://uchicago-law.local" --config="/var/www/uchicago-law.local/conf/drushrc.php" --yes pm-enable "ucl_d6_migration"'... | |
ucl_d6_migration was enabled successfully. [ok] | |
[drush] The following extensions will be enabled: ucl_d6_migration | |
[drush] Do you really want to continue? (y/n): y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notice: Undefined index: #prefix in Drupal\file\Element\ManagedFile::uploadAjaxCallback() (line 191 of /mnt/www/html/uchicagoharrisstg/docroot/core/modules/file/src/Element/ManagedFile.php) #0 /mnt/www/html/uchicagoharrisstg/docroot/core/includes/bootstrap.inc(548): _drupal_error_handler_real(8, 'Undefined index...', '/mnt/www/html/u...', 191, Array) #1 /mnt/www/html/uchicagoharrisstg/docroot/core/modules/file/src/Element/ManagedFile.php(191): _drupal_error_handler(8, 'Undefined index...', '/mnt/www/html/u...', 191, Array) #2 [internal function]: Drupal\file\Element\ManagedFile::uploadAjaxCallback(Array, Object(Drupal\Core\Form\FormState), Object(Symfony\Component\HttpFoundation\Request)) #3 /mnt/www/html/uchicagoharrisstg/docroot/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php(69): call_user_func_array(Array, Array) #4 /mnt/www/html/uchicagoharrisstg/docroot/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php(98): Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse(Object(Symfony\Compo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repositories > init-repository: | |
[echo] Cloning the repository from [email protected]:uchicagoharris.git | |
[phing] /var/www/harris.local/./vendor/palantirnet/the-build/tasks/lib/repositories.xml:35:12: /var/www/harris.local/./vendor/palantirnet/the-build/tasks/lib/repositories.xml:39:48: The remote end hung up unexpectedly | |
#0 /var/www/harris.local/vendor/phing/phing/classes/phing/UnknownElement.php(100): GitCloneTask->main() | |
#1 /var/www/harris.local/vendor/phing/phing/classes/phing/Task.php(283): UnknownElement->main() | |
#2 /var/www/harris.local/vendor/phing/phing/classes/phing/tasks/system/SequentialTask.php(58): Task->perform() | |
#3 /var/www/harris.local/vendor/phing/phing/classes/phing/tasks/system/IfTask.php(172): SequentialTask->main() | |
#4 /var/www/harris.local/vendor/phing/phing/classes/phing/TaskAdapter.php(61): IfTask->main(Object(Project)) | |
#5 /var/www/harris.local/vendor/phing/phing/classes/phing/UnknownElement.php(100): TaskAdapter->main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Palantirs-MacBook-Pro:drupal-skeleton LaurenByrwa$ vagrant up | |
Bringing machine 'default' up with 'vmware_fusion' provider... | |
==> default: AutoNetwork assigning "10.20.2.3" to 'default' | |
==> default: Cloning VMware VM: 'palantir/ubuntu-default'. This can take some time... | |
==> default: Checking if box 'palantir/ubuntu-default' is up to date... | |
==> default: Verifying vmnet devices are healthy... | |
==> default: Preparing network adapters... | |
==> default: Starting the VMware VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 172.16.253.137:22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'); | |
var paths = require('compass-options').dirs(); | |
var compass = require('gulp-compass'); | |
var prefix = require('gulp-autoprefixer'); | |
var changed = require('gulp-changed'); | |
var imagemin = require('gulp-imagemin'); | |
var browserSync = require('browser-sync'); | |
var cp = require('child_process'); | |
var scsslint = require('gulp-scss-lint'); | |
var cssmin = require('gulp-cssmin'); |
NewerOlder