Localisation updates from http://translatewiki.net.
[mediawiki.git] / resources / mediawiki.ui / sourcefiles / Makefile
blobdea901395a27ce984cfa68331cac5689709209ce
1 DATE=$(shell date +%I:%M%p)
2 CHECK=\033[32m✔\033[39m
3 HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
5 build:
6 @echo "\n${HR}"
7 @echo "Building Agora..."
8 @echo "${HR}\n"
9 @compass compile
10 @echo "Compiling Compass project... ${CHECK} Done"
11 @rm -rf .sass-cache
12 @echo "Removing .sass-cache... ${CHECK} Done"
13 @echo "\n${HR}"
14 @echo "Agora successfully built at ${DATE}."
15 @echo "${HR}\n"
17 all: build
19 watch:
20 @echo "\n${HR}"
21 @echo "Watching SCSS files for Agora..."
22 @echo "${HR}\n"
23 @compass watch
24 @echo "Started watching modules/scss at ${DATE}..."