Git Product home page Git Product logo

coffee-purist-brunch's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

coffee-purist-brunch's Issues

common.js:61 - Uncaught Error: Cannot find module

Hi,

I'm totally new at pre-compiling HTML5 app's and am hopefully getting better every moment.
Feels a little silly and I'm sure you guys know what I'm doing wrong. But I got stuck at the require a eco-template bit.
It seems CommonJS doesn't want to read or find eco templates.
Does anybody know what I'm doing wrong..?

Love to hear from you,
Koen

require('spine') in mocha tests in node

I really like your choice of technologies in this repo but I'm unable to find a good way to test it using mocha. If you run this test in mocha in the nodejs runtime, Spine will not be defined. You can added Spine = window?.Spine ? require('spine') to the top app/models/example_model which will grab the global Spine in the browser and require the node_module spine in the nodejs runtime. However, this gets more complicated when you need Spine.Model.Ajax and Spine.Model.Relation.

How you found a clean way to do this?

test/unit/example_model.coffee:

ExampleModel = require('models/example_model')
should = require('should')

app/models/example_model.coffee:

class ExampleModel extends Spine.Model
  @configure 'ExampleModel'

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.