Skip to content

Commit

Permalink
Add PostCSS to build pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <lucperkins@gmail.com>
  • Loading branch information
lucperkins committed Mar 20, 2020
1 parent efedabc commit 93200d4
Show file tree
Hide file tree
Showing 69 changed files with 891 additions and 17,521 deletions.
6 changes: 6 additions & 0 deletions .browerslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
> 0.5%
last 2 versions
Firefox ESR
not dead
ie 10
ie 11
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
############
.htaccess

# npm assets
node_modules/

public*/
resources/

Expand Down
2 changes: 1 addition & 1 deletion harbor
Submodule harbor updated 545 files
2 changes: 1 addition & 1 deletion layouts/partials/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{{- if $inServerMode }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
{{- else }}
{{- $prodCss := $css | fingerprint }}
{{- $prodCss := $css | postCSS | fingerprint }}
<link rel="stylesheet" href="{{ $prodCss.RelPermalink }}" integrity="{{ $prodCss.Data.Integrity }}">
{{- end }}
16 changes: 0 additions & 16 deletions node_modules/.yarn-integrity

This file was deleted.

Loading

0 comments on commit 93200d4

Please sign in to comment.