Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit be50e07

Browse files
committed
chore(check-size.sh): fix rake target
1 parent cf78fb5 commit be50e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-size.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
rake compile
3+
rake minify
44
gzip -c < build/angular.min.js > build/angular.min.js.gzip
55
ls -l build/angular.min.*

0 commit comments

Comments
 (0)