Skip to content

Commit a5de61e

Browse files
committed
Implement hashing for CSS filenames
Based on @ag_dubs work
1 parent aae5dc6 commit a5de61e

File tree

5 files changed

+827
-616
lines changed

5 files changed

+827
-616
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/target/
22
**/*.rs.bk
33
/node_modules
4-
/static/styles/app.css
5-
/static/styles/fonts.css
64
/static/styles/*.map
75
.sass-cache
86
localhost*
9-
/static/styles/vendor.css
7+
/static/styles/vendor_*.css
8+
/static/styles/app_*.css
9+
/static/styles/fonts_*.css

0 commit comments

Comments
 (0)