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 Sep 16, 2019. It is now read-only.
Hey I'll just giving foundation press a shot.
The one thing I don't like so far is, that in current state there is a need for global grunt & bower installation.
Are you open for a PR that solves this, by using npm only?
Bower and grunt could then be declared as "normal" deps and could be run via npm to avoid forcing global installations?
This would mean that command like
npm run build
,npm run grunt
andnpm run bower
would be available.Also this
npm install && bower install && grunt build
could be improved to simply be post install hooks right after npm install. :)Thanks,
Stefan
The text was updated successfully, but these errors were encountered: