Merge pull request #188 from timhartmann/master - Thx @timhartmann

Create the source folder after npm install - Solved the issue that most people don´t run "gulp copy-assets" after "npm install" - which results in missing files and a lot of support requests.
Thy @timhartmann for this solution.
This commit is contained in:
Holger 2016-12-15 09:09:58 +01:00 committed by GitHub
commit 578f48e1cc
1 changed files with 4 additions and 1 deletions

View File

@ -44,5 +44,8 @@
"owl.carousel": "^2.2.0",
"undescores-for-npm": "^1.0.0"
},
"devDependencies": {}
"devDependencies": {},
"scripts": {
"postinstall": "gulp copy-assets"
}
}