Giter VIP home page Giter VIP logo

loadbuilder's People

Contributors

danwrong avatar dmelancon avatar fat avatar kennethkufluk avatar shinypb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

loadbuilder's Issues

your spec fails

[jacob@TW-MBP13-JThornton ~/workspace/loadbuilder/test (master)]$ expresso shot.js
Loading file: [ 'mod1-simple', 'modules/mod1-simple.js' ]
Loading file: [ 'mod1_a', 'modules/mod1_a.js' ]
Loading file: [ 'sub/mod1_b', 'modules/sub/mod1_b.js' ]

shot.js testScript: AssertionError: "mod4_a" == "javascripts/script1.js"
at /Users/jacob/workspace/loadbuilder/test/shot.js:113:12
at Array.forEach (native)
at /Users/jacob/workspace/loadbuilder/test/shot.js:112:27
at next (/usr/local/lib/node_modules/expresso/bin/expresso:790:25)
at next (/usr/local/lib/node_modules/expresso/bin/expresso:804:26)
at next (/usr/local/lib/node_modules/expresso/bin/expresso:804:26)
at next (/usr/local/lib/node_modules/expresso/bin/expresso:804:26)
at next (/usr/local/lib/node_modules/expresso/bin/expresso:804:26)
at runSuite (/usr/local/lib/node_modules/expresso/bin/expresso:808:6)
at check (/usr/local/lib/node_modules/expresso/bin/expresso:714:16)

Failures: 1

if i clone master and run tests they fail... am i missing something?

NPM build failure

I was attempting to install per the instructions and npm kicked back an error:

npm info using [email protected]
npm info using [email protected]
npm info calculating sha1 [REDACTED]/.node_libraries/.npm/.cache/loadbuilder/0.1.1/package.tgz
npm info shasum cd9261a4dd18e7e674fe960550a95f6537c4f1b7
npm ERR! Error: Using '>=' with 0.x.x makes no sense. Don't do it.

I'm did a fresh pull from master and I still see the issue. Is there some minimum/maximum version of npm?

provide("foo", fn)

Using provide("foo", function () {}) logs this to the console string thing is null (which i'm assuming is an error).

Not sure if anything bad is actually happening... but removing "foo" and just using provide(fn) does the trick.

generateManifest

Create generateManifest method to produce a list of files in bundles.
Also update loadrunner to efficiently process this list.

index.js?

Not sure if this would be possible... but in node, something that I really like is being able to specify an index.js file, which will load when a directory is passed to require.

Soo... if you had directory foo in your root, which contained an index.js file, you could load it by doing:

var foo = require('foo');

This could be nice when you're trying to avoid stuff like:

using ('components/modal/modal', function () {}); //where modal.js is one of many modal files

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.