Skip to content

Smaller and faster to compile webapp builds#61

Merged
abelfodil merged 6 commits intomasterfrom
lean
Nov 4, 2020
Merged

Smaller and faster to compile webapp builds#61
abelfodil merged 6 commits intomasterfrom
lean

Conversation

@abelfodil
Copy link
Copy Markdown
Contributor

@abelfodil abelfodil commented Nov 4, 2020

Observations:

  • reactstrap needs bootstrap css
  • we only use css (scss) from argon theme
  • once compiled, the argon css also includes bootstrap
  • .map files are useless for production

Conclusions:

  • We can remove the argon package and only put the .css instead
  • We can remove the bootstrap dependency as it's already included in the precompiled argon .css
  • We can disable .map file generation for production

@abelfodil abelfodil merged commit da4801b into master Nov 4, 2020
@abelfodil abelfodil deleted the lean branch November 4, 2020 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants