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
Currently, the sb-admin-2 Bootstrap theme assets are added manually to the app static files directory. There's an official NPM package for this theme which we should add as a dependency and incorporate into our gulp tasks.
Some custom CSS rule sets have been added to sb-admin-2.css since it was originally copied, so these will need to be moved to pipeline.css. There might be custom JavaScript added to sb-admin-2.js too. A package diff should show us what needs to be moved.
Currently, the
sb-admin-2
Bootstrap theme assets are added manually to the app static files directory. There's an official NPM package for this theme which we should add as a dependency and incorporate into our gulp tasks.Some custom CSS rule sets have been added to
sb-admin-2.css
since it was originally copied, so these will need to be moved topipeline.css
. There might be custom JavaScript added tosb-admin-2.js
too. A package diff should show us what needs to be moved.https://www.npmjs.com/package/startbootstrap-sb-admin-2
The text was updated successfully, but these errors were encountered: