Closed Glavin001 closed 10 years ago
Pageshot configuration as CLI argument.
Instead of requiring that the Pageshot configuration, (what calls pageshot.shoot(), etc), be included in the main source code, it should be injected (injectJs) at runtime by Pageshot itself.
pageshot.shoot()
injectJs
Pageshot
Instead of requiring that the Pageshot configuration, (what calls
pageshot.shoot()
, etc), be included in the main source code, it should be injected (injectJs
) at runtime byPageshot
itself.