Lullabot/drupal-boilerplate

Moving casperjs functionality to a drupal contrib module

Closed this issue · 3 comments

Hi! Are there any plans to move casperjs to a drupal module?

Meanwhile I have forked this current code on my github adapting it to a simple drupal module.
(https://github.com/jorgetutor/casperjs.git)

Minor changes:

  • Moving the includes option before the --pre and --post parameters:
    This way I can override settings like casper.boilerUser on an include file without touching the current files.
  • Adding the minimal drupal module files.

I volunteer to assist in this integration!

@jorgetutor, yes, I believe it is being worked on over here: https://bitbucket.org/davereid/drush-casperjs/src

Yes, we are working on it as an independent Drush project which you can install in your Drush directory or your ~/.drush folder to have it available system-wide. For now we have no plans to release it as a Drupal module on Drupal.org but only as the Drush library in the near future.

We'd love to have you propose any changes you think are necessary to https://bitbucket.org/davereid/drush-casperjs/src. You can file issues at https://bitbucket.org/davereid/drush-casperjs/issues?status=new&status=open as well!