angular-brunch-seed-livescript icon indicating copy to clipboard operation
angular-brunch-seed-livescript copied to clipboard

AngularJS + Brunch.io

Results 4 angular-brunch-seed-livescript issues
Sort by recently updated
recently updated
newest added

I'm new to Livescript. A function call in a if-else condition like this could cause an unexpected behavior. How do I avoid this ambiguity in the future?

When I edit app/index.jade and save, I have to reload the page to see the changes.

looks like https://github.com/scotch/angular-brunch-seed already incorporated the bower support with brunch 1.7, we should have that too.

Whats the point of this section of the package.ls if you specifically say to run `./scripts/server.sh`??? Why not `npm start`? Why do we need to run `./scripts/init.sh` instead of `npm...