diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ #!/bin/bash +echo " I think that install and configure should be deprecated." +echo " use sudo make prepare and make generate instead and fix any of yours git-pre-add hooks or whatever." +echo " --sijanec" ./bin/compose-html assets/pages-src/ dist/pages/ .html cp -r assets/css dist/ cp -r assets/fonts dist/ |