angular-gulp-browserify-livereload-boilerplate icon indicating copy to clipboard operation
angular-gulp-browserify-livereload-boilerplate copied to clipboard

Instructions in readme do not run app server

Open lombardi-gux opened this issue 9 years ago • 2 comments

At the end of the readme, it should just be grunt not grunt dev

Only the former starts the watch task and has a server running at http://localhost:5000 -- grunt dev does not.

lombardi-gux avatar Sep 12 '14 17:09 lombardi-gux

you mean gulp not grunt ;-D - it appears the code base was cleaned up after the article was finished to streamline the build

I found the same thing-- the article describes a different approach at that all important gulp dev task -- might be a better idea to keep the article and code base in sync or at least explain the difference briefly in the readme

anyways this is one of those cool articles I just wish I could get working ;-D

headwinds avatar Dec 06 '14 04:12 headwinds

Hm... I've just cloned and run the project, and as a result I have "Uncaught TypeError: undefined is not a function" in bundle.js:20. Angular object is not defined - am I doing something wrong or there is some issue in the project?

jakubwolny avatar Jan 10 '15 18:01 jakubwolny