Skip to content

Commit 189b339

Browse files
committed
Adding a wrapper script to call the mixed content report. This can be called from travis or a rake file
1 parent e48e9d1 commit 189b339

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

check_mixedcontent.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
echo "Running mixed content report"
4+
# e.g. arg could be _site for a jekyll site
5+
find $1 -name "*.html" | xargs phantomjs scripts/report-mixed-content.js ;
6+
echo "report finsihed."

0 commit comments

Comments
 (0)