Modernize a bit

Drop bootstrap
Remove fabfile in favor of bin/deploy
This commit is contained in:
Nikolai R Kristiansen
2022-02-22 00:26:48 +01:00
parent e204229519
commit 4e6924d055
14 changed files with 629 additions and 1296 deletions

View File

@@ -10,6 +10,7 @@ root = true
# Change these settings to your own preference
indent_style = space
indent_size = 4
max_line_length = 120
# We recommend you to keep these unchanged
end_of_line = lf
@@ -23,7 +24,3 @@ trim_trailing_whitespace = false
[package.json]
indent_style = space
indent_size = 2
[bower.json]
indent_style = space
indent_size = 2