Code Monkey home page Code Monkey logo

Comments (6)

darul75 avatar darul75 commented on July 29, 2024

on local in verbose mode i get

express-load: Loaded *.model.model1
xpress-load: Loaded *.model.model2
xpress-load: Loaded *.model.noMongooseSchema
xpress-load: Loaded *.access.api1
xpress-load: Loaded *.access.api2
xpress-load: Loaded *.access.api3

with Travis:

express-load: Loaded *.test.model.model1
express-load: Loaded *.test.model.model2
express-load: Loaded *.test.model.noMongooseSchema

from express-load.

darul75 avatar darul75 commented on July 29, 2024

well, I do not understand...on windows behaviour is different back at home on mac it fails too..

on windows it looks like same command load everything at app first level 'app.model'

on unix at app.test.model

is it a problem of '/' vs '' what do you think ?

from express-load.

jarradseers avatar jarradseers commented on July 29, 2024

Please update to 1.1.13 and reopen if you still get the same issue, cheers.

from express-load.

darul75 avatar darul75 commented on July 29, 2024

Still the same issue with latest version on windows everything is loaded inside app instead of app.test

express-load: Loaded *.model.model1
express-load: Loaded *.model.model2
express-load: Loaded *.model.noMongooseSchema

but I have found a workaround, in my test case by replacing

load('test/model', {verbose:true}).then('test/access').into(app);

by

load('test\\model', {verbose:true}).then('test\\access').into(app);

then it works fine.

do you think you could parse theses paths and update it in case of a windows platform ?

thx,

julien

from express-load.

jarradseers avatar jarradseers commented on July 29, 2024

Hi Julien,

I’ve made some changes to the path separator and normalized some joint paths, you can check out the branch windows-test.
I don’t have a windows box I can test on right now but if you’d like to test this and let me know if it works i’ll merge it, cheers!

Jarrad Seers
[email protected]
+64 21 809 770

On 5/05/2014, at 8:56 pm, Julien Valéry [email protected] wrote:

Still the same issue with latest version on windows everything is loaded inside app instead of app.test

express-load: Loaded *.model.model1
express-load: Loaded *.model.model2
express-load: Loaded *.model.noMongooseSchema

but I have found a workaround, in my test case by replacing

load('test/model', {verbose:true}).then('test/access').into(app);

by

load('test\model', {verbose:true}).then('test\access').into(app);

then it works fine.

do you think you could parse theses paths and update it in case of a windows platform ?

thx,

julien


Reply to this email directly or view it on GitHub.

from express-load.

darul75 avatar darul75 commented on July 29, 2024

I guess I can check it tomorrow and keep you in touch.

Thx,

Julien

Le 6 mai 2014 à 00:05, Jarrad Seers [email protected] a écrit :

Hi Julien,

I’ve made some changes to the path separator and normalized some joint paths, you can check out the branch windows-test.
I don’t have a windows box I can test on right now but if you’d like to test this and let me know if it works i’ll merge it, cheers!

Jarrad Seers
[email protected]
+64 21 809 770

On 5/05/2014, at 8:56 pm, Julien Valéry [email protected] wrote:

Still the same issue with latest version on windows everything is loaded inside app instead of app.test

express-load: Loaded *.model.model1
express-load: Loaded *.model.model2
express-load: Loaded *.model.noMongooseSchema

but I have found a workaround, in my test case by replacing

load('test/model', {verbose:true}).then('test/access').into(app);

by

load('test\model', {verbose:true}).then('test\access').into(app);

then it works fine.

do you think you could parse theses paths and update it in case of a windows platform ?

thx,

julien


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub.

from express-load.

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.