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
The current navbar changes to mobile mode even when there's plenty of space still (e.g. on tablets). We only have 2 nav-bar links so we may as well keep them visible for much longer.
The text was updated successfully, but these errors were encountered:
This is pretty simple to do if we would compile the less files ourselves, you only need to set the @navbarCollapseWidth variable to a smaller value. Otherwise we would need to include a complete copy of responsive-navbar in our css. So I would suggest to compile the less files ourselves. The question is then do you want so use a dynamic way via express or precompile them with grunt?
I'd like to go the express way. This way we also get the advantage of getting all our styles compiled into one minified file. I'd like to use transform to do the middleware side of things. It should then be as simple as:
The advantage is that transform knows how to handle gzip, minification, caching etc. in production vs. development by default. Also, I haven't actually used it in a real application yet, so it needs a test drive :)
The current navbar changes to mobile mode even when there's plenty of space still (e.g. on tablets). We only have 2 nav-bar links so we may as well keep them visible for much longer.
The text was updated successfully, but these errors were encountered: