A platform to create documentation/wiki content built with PHP & Laravel
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
npm install
|
||
|
|
npm rebuild node-sass
|
||
|
|
|
||
|
|
exec npm run watch
|