scripts: Add ng_anr css

pull/1/head
Guillaume Lesniak 2016-09-28 09:19:12 +02:00
parent 2706404f6e
commit 4d6ebae4fe
1 changed files with 10 additions and 0 deletions

View File

@ -49,6 +49,11 @@ if [ -d node_modules/ng_backoffice ]; then
mkdir -p anr
cd anr && find ../../../node_modules/ng_anr/views -type f -maxdepth 1 -name "*" -exec ln -s {} \; 2>/dev/null
cd ..
cd ../css/
mkdir -p anr
cd anr && find ../../../node_modules/ng_anr/css -type f -maxdepth 1 -name "*" -exec ln -s {} \; 2>/dev/null
cd ..
fi
cd ../..
@ -75,6 +80,11 @@ if [ -d node_modules/ng_client ]; then
mkdir -p anr
cd anr && find ../../../node_modules/ng_anr/views -type f -maxdepth 1 -name "*" -exec ln -s {} \; 2>/dev/null
cd ..
cd ../css/
mkdir -p anr
cd anr && find ../../../node_modules/ng_anr/css -type f -maxdepth 1 -name "*" -exec ln -s {} \; 2>/dev/null
cd ..
fi
cd ../..