Skip to content

Commit

Permalink
fix the minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Miłosz Thiede committed Feb 11, 2024
1 parent 54b2827 commit 3a9c40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ for file in css/*.css; do
/* GNU General Public License for more details. */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <https://www.gnu.org/licenses/>.*/\n\n$(minify $file)"
echo "Minified '$file' to 'min-css/$filename.min.css'"
echo -n $minified_css > min-css/$filename.min.css
echo "MINIFIED: '$file' > 'min-css/$filename.min.css'"
done

0 comments on commit 3a9c40a

Please sign in to comment.