You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added bower_components because of broken links to css and js libraries but this really bloated the project with unnecessary files
try to find hosted versions of the angular related files. http://cdnjs.com/libraries/angular.js/ should cover angular-route and angular-sanitize. just check versions
for css/files coming from html5 boilerplate, seems like I should grab only what I need and put a copy into my app directory with respective subdirectories
The text was updated successfully, but these errors were encountered:
fixed for now but need to figure out how other people do this; moved direct dependencies like ng-router and ng-sanitize to subfolders but otherwise do people handle this through .gitignore?
updated gh-pages to use hosted versions of ng-router and ng-sanitize.
was getting errors when using minified versions of those files (under my js dir) even when the map files were included. so I pointed to non minified libraries (hosted) and issues were resolved
need to update pointers on master version? right now I'm not doing a direct merge between master and gh-pages b/c I'm only publishing a subdirectory https://gist.github.com/cobyism/4730490
The text was updated successfully, but these errors were encountered: