commit 0a4c5115b5bd25ab4562fb36955d9206a4a7f306
parent e96374eb21b1ac22fce4a7a09dc1949c673d6043
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 28 Apr 2018 22:06:45 +0200
Assets are now in the 'assets' directory and not in 'static'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/motyl b/bin/motyl
@@ -6,7 +6,7 @@
# https://github.com/fcambus/motyl #
# #
# Created: 2016-02-16 #
-# Last Updated: 2018-04-19 #
+# Last Updated: 2018-04-28 #
# #
# Motyl is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -120,4 +120,4 @@ end
status('Copying assets and static files')
FileUtils.cp_r(theme + 'fonts', 'public')
FileUtils.cp_r(theme + 'styles', 'public')
-FileUtils.cp_r(Dir.glob('static/*'), 'public')
+FileUtils.cp_r(Dir.glob('assets/*'), 'public')