mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Add make setup
This commit is contained in:
parent
ba31eb0071
commit
a7f4e161de
4
Makefile
4
Makefile
@ -7,6 +7,10 @@ uglify:
|
|||||||
yarn
|
yarn
|
||||||
yarn uglify
|
yarn uglify
|
||||||
|
|
||||||
|
setup: libs
|
||||||
|
yarn
|
||||||
|
yarn gulp dev
|
||||||
|
|
||||||
build: libs
|
build: libs
|
||||||
crystal build src/mango.cr --release --progress
|
crystal build src/mango.cr --release --progress
|
||||||
|
|
||||||
|
@ -50,3 +50,7 @@ gulp.task('default', gulp.parallel(
|
|||||||
gulp.series('copy-uikit-icons', 'img'),
|
gulp.series('copy-uikit-icons', 'img'),
|
||||||
'copy-files'
|
'copy-files'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
gulp.task('dev', gulp.parallel(
|
||||||
|
'copy-uikit-js', 'less', 'copy-uikit-icons'
|
||||||
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user