Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(low) minimize dependencies on bower_components folder #16

Open
cch5ng opened this issue Mar 29, 2015 · 3 comments
Open

(low) minimize dependencies on bower_components folder #16

cch5ng opened this issue Mar 29, 2015 · 3 comments
Labels

Comments

@cch5ng
Copy link
Owner

cch5ng commented Mar 29, 2015

  • 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
@cch5ng cch5ng added the bug label Mar 29, 2015
@cch5ng
Copy link
Owner Author

cch5ng commented Mar 31, 2015

20df40f

  • 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?

@cch5ng cch5ng added question and removed bug labels Mar 31, 2015
@cch5ng
Copy link
Owner Author

cch5ng commented Apr 1, 2015

  • 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

@cch5ng
Copy link
Owner Author

cch5ng commented Apr 1, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant