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
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Sure, but you'd just be chasing down the dependencies manually instead. Bower's a package manager like pip or npm, doesn't do anything at run time for an app on the client side.
Technically, you can! We don't distribute platform.js, but if you were to grab everything out of the dist directory, all the dependencies you need to run brick (aside from platform) are there. We're working on a 'minified' version of brick, which will be 2 files (html and css), and then a version that is just JS and CSS for environments where HTML Imports is a Bad Thing.
I've never used bower, and I want to use a brick component (
brick-calendar
) on an existing project. Can I use it without adding bower to my project?The text was updated successfully, but these errors were encountered: