Giter Site home page Giter Site logo

Comments (6)

mll avatar mll commented on August 20, 2024

Yeah, I see this too.

from re-frame-template.

gadfly361 avatar gadfly361 commented on August 20, 2024

@lambdarocket Thanks for mentioning this! I will try to look into it.


Notes to self:

From cljs.test blog post comment by Andre Richards:

FYI the test.js in your example project won't work with PhantomJS v2.0, only with v1.9

To make it work with v2.0, replace the line:
var url = phantom.args[0];
with:
var url = require('system').args[1];

Try replacing this line with recommendation from blog post comment.

from re-frame-template.

spinneyio avatar spinneyio commented on August 20, 2024

Thanks!!!

Best regards,

Marek Lipert

Dnia 26.09.2015 o godz. 19:31 Matthew Jaoudi [email protected] napisaล‚(a):

@lambdarocket Thanks for mentioning this! I will try to look into it.

Notes to self:

From cljs.test blog post comment

FYI the test.js in your example project won't work with PhantomJS v2.0, only with v1.9

To make it work with v2.0, replace the line:
var url = phantom.args[0];
with:
var url = require('system').args[1];
Try replacing this line with recommendation from blog post comment.

โ€”
Reply to this email directly or view it on GitHub.

from re-frame-template.

danielcompton avatar danielcompton commented on August 20, 2024

Take a look at emezeske/lein-cljsbuild#415 for hints on setup to support Phantom 1 and 2 at the same time.

from re-frame-template.

gadfly361 avatar gadfly361 commented on August 20, 2024

Just pushed a new version to clojars with fix recommended by @danielcompton (thanks!!)

Before this gets closed, can someone confirm phantomjs 2.0 works for them? @lambdarocket @mll

from re-frame-template.

mll avatar mll commented on August 20, 2024

@gadfly361 Works great, thanks!

from re-frame-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.