Skip to content

Commit e21758a

Browse files
committed
Implement hashing for CSS and JS filenames
Based on @ashleygwilliams work
1 parent 04e0af1 commit e21758a

File tree

6 files changed

+228
-114
lines changed

6 files changed

+228
-114
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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/scripts/app*.js
8+
/static/styles/vendor*.css
9+
/static/styles/app*.css
10+
/static/styles/fonts*.css

0 commit comments

Comments
 (0)