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

Sample app that shows the usage of grunt-express v1.0

Results 7 grunt-express-angular-example issues
Sort by recently updated
recently updated
newest added

Hi, I have the following setup: express: { dev: { options: { hostname: "localhost", server: path.resolve(__dirname, 'app.js'), // serverreload: true } } Whenever I modify some files this is what...

Have these examples in the README.md actually been tested lately, they dont work in Node and Express with the latest versions?

Shouldn't the browser page reload when I edit and save any of the files in the app folder, as is the case when using connect::livereload? As far as I can...

When you execute `grunt server:dist` you can see that after the build occurs that the `express:dist:keepalive` task is run, but the server does not stay open and grunt exits ....

I cloned this repo, and am running grunt with the configurations provided. Whenever I try to make a change to files that are meant to be watched (in this case,...

After starting this project, I ran ``` bash npm install bower install grunt test ``` Returns the following error: ``` Chrome 29.0 (Mac) Controller: MainCtrl should attach a list of...

Turning on HTML 5 mode via `$locationProvider.html5Mode(true);` in the `app.js` causes Angular routes to be completely unavailable. Is there a work around for this?