Giter Site home page Giter Site logo

Comments (5)

a14m avatar a14m commented on June 25, 2024

is there a better solution than the following

load('app/errors').into(app, function(err, instance){
  app.errors = app.app.errors;
  delete app.app;
});

load('models', {cwd: 'app'}).then('controllers').into(app);

?

from express-load.

jarradseers avatar jarradseers commented on June 25, 2024

Hi Ahmed,

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 6/05/2014, at 9:12 am, Ahmed Abdel Razzak [email protected] wrote:

i have an app directory looks like

app/
├── controllers
│ ├── index.js
│ └── users.js
├── errors.js
├── models
│ └── user.js
└── server.js
in the server.js i have the following code using express-load

load('errors', {cwd: 'app'})
.then('models')
.then('controllers')
.into(app);
but app.errors is undefined
and console.log(app); show the following among many other unrelated output
'': { errors: { not_found: [Function] } } }

how do i convert that to be
'errors':{ not_found: [Function] } }

the errors.js is defined as following

exports.not_found = function(err){
//... yada yada...
}

Reply to this email directly or view it on GitHub.

from express-load.

jarradseers avatar jarradseers commented on June 25, 2024

Hi Ahmed,

Sorry ignore my last email, I sent to the wrong person :)
I’ll take a look at this now.

Jarrad Seers
[email protected]
+64 21 809 770

On 6/05/2014, at 9:12 am, Ahmed Abdel Razzak [email protected] wrote:

i have an app directory looks like

app/
├── controllers
│ ├── index.js
│ └── users.js
├── errors.js
├── models
│ └── user.js
└── server.js
in the server.js i have the following code using express-load

load('errors', {cwd: 'app'})
.then('models')
.then('controllers')
.into(app);
but app.errors is undefined
and console.log(app); show the following among many other unrelated output
'': { errors: { not_found: [Function] } } }

how do i convert that to be
'errors':{ not_found: [Function] } }

the errors.js is defined as following

exports.not_found = function(err){
//... yada yada...
}

Reply to this email directly or view it on GitHub.

from express-load.

jarradseers avatar jarradseers commented on June 25, 2024

This should now work in 1.1.14, cheers

Jarrad Seers
[email protected]
+64 21 809 770

On 6/05/2014, at 9:12 am, Ahmed Abdel Razzak [email protected] wrote:

i have an app directory looks like

app/
├── controllers
│ ├── index.js
│ └── users.js
├── errors.js
├── models
│ └── user.js
└── server.js
in the server.js i have the following code using express-load

load('errors', {cwd: 'app'})
.then('models')
.then('controllers')
.into(app);
but app.errors is undefined
and console.log(app); show the following among many other unrelated output
'': { errors: { not_found: [Function] } } }

how do i convert that to be
'errors':{ not_found: [Function] } }

the errors.js is defined as following

exports.not_found = function(err){
//... yada yada...
}

Reply to this email directly or view it on GitHub.

from express-load.

a14m avatar a14m commented on June 25, 2024

thanks 👍
i've tested it and it works fine ( I tested it not because of the wrong email 😄 )

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.