Skip to content

Commit

Permalink
Moved template modificatio to /all/
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Jan 30, 2017
1 parent 20eef13 commit ca044cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ rootdir="$(realpath $(dirname $(dirname $0)))"
cd "$rootdir"

rm -rf "$tmpdir/s9e"
mkdir -p "$tmpdir/s9e/highlighter/styles/prosilver/template/event"
mkdir -p "$tmpdir/s9e/highlighter/styles/all/template/event"

files="
LICENSE
README.md
composer.json
styles/prosilver/template/event/overall_footer_body_after.html
styles/all/template/event/overall_footer_body_after.html
";
for file in $files;
do
Expand Down

0 comments on commit ca044cc

Please sign in to comment.