Giter Site home page Giter Site logo

Comments (2)

ragaskar avatar ragaskar commented on August 26, 2024

Yeah, this is exactly the case the commit warns about. If you're using the asset pipeline (and it looks like you are), can you include just your manifest (ie, application.js) in the src_files, and move helpers and such to helpers? (eg, all the spec/vendor stuff).

I'm fearing that you have a good reason to organize your files otherwise though, in which case we're going to have to fix the implementation to work for you.

The reason this is happening is you probably are returning true for asset_pipeline, which forces you into the asset pipeline mapper, which in turn makes some bad assumptions about the types of your src_files (it basically assumes they are manifests).

from jasmine-gem.

recurser avatar recurser commented on August 26, 2024

Thanks for the quick reply ragaskar - including the manifest file and moving the spec files into the helpers section did the trick. I previously tried this with the full path :

src_files:
  - app/assets/javascript/application.js

... which doesn't work. The browser path works great however :

src_files:
  - assets/application.js

Thanks again!

from jasmine-gem.

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.