genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[BUGFIX] add dep of dummie stock

This commit is contained in:
Martin Geno 2017-06-05 23:21:42 +02:00
parent cf5d94d55d
commit db8da61c38
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
3 changed files with 30 additions and 0 deletions

7
webroot/.gitignore vendored
View File

@ -4,6 +4,7 @@ node_modules/*
!node_modules/semantic-ui-css/ !node_modules/semantic-ui-css/
node_modules/semantic-ui-css/* node_modules/semantic-ui-css/*
!node_modules/semantic-ui-css/semantic.min.css !node_modules/semantic-ui-css/semantic.min.css
!node_modules/semantic-ui-css/semantic.min.js
!node_modules/semantic-ui-css/themes/ !node_modules/semantic-ui-css/themes/
node_modules/semantic-ui-css/themes/* node_modules/semantic-ui-css/themes/*
!node_modules/semantic-ui-css/themes/default/ !node_modules/semantic-ui-css/themes/default/
@ -31,3 +32,9 @@ node_modules/angular-loading-bar/*
!node_modules/angular-loading-bar/build/ !node_modules/angular-loading-bar/build/
node_modules/angular-loading-bar/build/* node_modules/angular-loading-bar/build/*
!node_modules/angular-loading-bar/build/loading-bar.min.js !node_modules/angular-loading-bar/build/loading-bar.min.js
!node_modules/jquery/
node_modules/jquery/*
!node_modules/jquery/dist/
node_modules/jquery/dist/*
!node_modules/jquery/dist/jquery.min.js

4
webroot/node_modules/jquery/dist/jquery.min.js generated vendored Normal file

File diff suppressed because one or more lines are too long

19
webroot/node_modules/semantic-ui-css/semantic.min.js generated vendored Normal file

File diff suppressed because one or more lines are too long