GithubHelp home page GithubHelp logo

Comments (7)

ericclemmons avatar ericclemmons commented on September 20, 2024

@C-Das I whole-heartedly agree! Although, I would like to introduce your change as a major version upgrade with one additional change (which I can take care of):

  • The removal of htmlmin.

Our changes together would be a well-earned major version to this project.

Let me know what you think. Thanks!

from grunt-express-server.

cdax avatar cdax commented on September 20, 2024

Sure, sounds fantastic! This way I also get time to think about unit testing.

PS: Sorry about the late response, I was away for the weekend.

from grunt-express-server.

cdax avatar cdax commented on September 20, 2024

Hi,

I've started working on this over at https://github.com/c-das/grunt-express-server/tree/adds-env-option . I'll submit a PR to your major version branch when it's ready.

from grunt-express-server.

oshybystyi avatar oshybystyi commented on September 20, 2024

what about DEBUG=server grunt ?

from grunt-express-server.

oshybystyi avatar oshybystyi commented on September 20, 2024

In case you're using DEBUG=server grunt you're also need to modify ./bin/www (if you've generated project using express-generator), so it contains line debug.log = console.log.bind(console); so debug module sends messages to stdlog instead of stderr, otherwise watch task won't be started before first request to application.

from grunt-express-server.

GrayedFox avatar GrayedFox commented on September 20, 2024

Would someone be so kind as to post a working grunt file example here, along with an edited www file (if necessary)?

I followed the express generator as well and am trying to get the config right.

Gruntfile (showing relevant bits):

  grunt.initConfig({
    watch: {
      express: {
        files: [
          'app.js',
          'bin/www',
          'public/**/*.js',
          'public/**/*.cs',
          'routes/*.js',
          'views/*.jade'
        ],
        tasks: ['express:dev'],
        atBegin: true,
        spawn: false
      }
    },

    express: {
      dev: {
        options: {
          script: './bin/www'
        }
      }
    }
  });

  grunt.loadNpmTasks('grunt-contrib-watch');
  grunt.loadNpmTasks('grunt-express-server');

  grunt.registerTask('server', ['watch:express']);

Grunt correctly finds the www file and starts it however, for some strange reason, none of the CSS / styling appears when loading a page, and as soon as I hit the server it crashes (so any subsequent calls fail, since the server has stopped after the initial one).

This same behaviour occurred even if I add the debug server env variable, like so:

    env: {
      DEBUG: 'server'
    }

Any help really appreciated - also happy to make a commit to clean up the read me and make turn this Q&A into a guide on the landing repo page 👍 😄

from grunt-express-server.

mdrmuhaimin avatar mdrmuhaimin commented on September 20, 2024

@ericclemmons @cdax ericclemmons Any update on this issue or timetable when this feature will get released?

from grunt-express-server.

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.