Skip to content

Releases: seanbuscay/electron-drupal

New commands to cleanup the previous installs. New PHP error logging.

15 Nov 02:50
Compare
Choose a tag to compare

Add two script commands to cleanup the previous install before running npm install again:

  • npm run wipe
    • will backup the current Drupal web directory
    • will remove everything installed by npm install
    • except any backups of the Drupal web directory
  • npm run wipe-all
    • will remove everything installed by npm install
    • including any backups of the Drupal web directory

PHP now logs errors to logs/electron-php-errors.log

Turn back on node integration between the browser window and the app.

Comment out the web preference settings to lower the browser security level for testing.

Initial Release.

15 Nov 02:38
Compare
Choose a tag to compare
v0.1.0

Initial Commit.