grunt-express icon indicating copy to clipboard operation
grunt-express copied to clipboard

Start an Express.js web server using grunt.js

Results 37 grunt-express issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

Bumps [open](https://github.com/sindresorhus/open) from 0.0.5 to 7.0.0. Release notes *Sourced from [open's releases](https://github.com/sindresorhus/open/releases).* > ## v7.0.0 > ### Breaking > > - Correctly handle URL and path escaping on Windows ([#146](https://github-redirect.dependabot.com/sindresorhus/open/issues/146))...

dependencies

npm i grunt-express npm WARN deprecated [email protected]: connect 2.x series is deprecated npm ERR! fetch failed https://github.com/blai/grunt-contrib-watch/tarball/master npm WARN retry will retry, error on last attempt: Error: unable to get...

As this repo isn't maintained anymore, what's the current favorite alternative? Ideally it would be a near drop-in replacement. Is it grunt-express-server?

I have separate backend server to provide API. I wanted to use it by setting proxy on grunt server. My configuration is like: ``` javascript grunt.initConfig({ watch:{ options: { livereload:...

This is my Gruntfile: `var path = require('path'); module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), ``` // grunt-express will serve the files from the folders listed in `bases` // on...

Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...

[email protected] has the following branch in its dependency tree: └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] [email protected] is no longer maintained (as are all lodash versions < 3.0.0, according...

Low priority. Trivial patch to update dependencies for temp and grunt-contrib-nodeunit. I left the out-of-date connect dependency out of date, since it was more integral to the overall project.

When I modified `.scss` files, there should be a compass compiling that triggered by task `watch`, but actually nothing happend. The `watch` task seems to be interrupted by task `express-server`....