Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
move everything
Browse files Browse the repository at this point in the history
  • Loading branch information
synox committed Nov 20, 2016
1 parent efb14f9 commit cd5b93e
Show file tree
Hide file tree
Showing 45 changed files with 195 additions and 686 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

19 changes: 0 additions & 19 deletions .eslintrc

This file was deleted.

53 changes: 0 additions & 53 deletions Vagrantfile

This file was deleted.

5 changes: 0 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ composer install
# copy backend
cp -rv src/{backend.php,config.sample.php} dist/

# install javascript dependencies
npm install

# build Javascript frontend
npm run build

echo "done"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"php-imap/php-imap": "~2.0"
},
"config": {
"vendor-dir": "dist/backend-libs"
"vendor-dir": "src/backend-libs"
}
}
114 changes: 0 additions & 114 deletions dist/backend.php

This file was deleted.

58 changes: 0 additions & 58 deletions dist/bundle_a99458ea657979e9cab2.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/bundle_a99458ea657979e9cab2.js.map

This file was deleted.

17 changes: 0 additions & 17 deletions dist/config.sample.php

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.html

This file was deleted.

51 changes: 0 additions & 51 deletions package.json

This file was deleted.

14 changes: 0 additions & 14 deletions server.js

This file was deleted.

File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions src/chance.min.js

This file was deleted.

12 changes: 12 additions & 0 deletions src/client_libs/angular-stickyfill-0.1.0/angular-stickyfill.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[ec-stickyfill] {
position: -webkit-sticky;
position: sticky;
top: 0px;
}

[ec-stickyfill]:before,
[ec-stickyfill]:after {
content: '';
display: table;
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* An Angular directive for stickyfill (position sticky polyfill)
*
* @version v0.1.0 - 2016-08-31
* @author Corey Wilson <[email protected]>
* @license Unlicense, http://unlicense.org/
*/
!function(e,i){"use strict";if("function"==typeof define&&define.amd)define(["angular","stickyfill"],i);else{if("undefined"==typeof module||"object"!=typeof module.exports)return i(e.angular,e.Stickyfill);module.exports=i(require("angular"),require("stickyfill"))}}(window,function(e,i){"use strict";function t(){function e(e,t,n){if("object"!=typeof i)throw new Error("stickyfill.js not loaded");i.add(t[0]),e.$on("$destroy",function(){i.remove(t[0])})}var t={link:e,restrict:"A"};return t}if("function"==typeof i)var i=i();var n="ec.stickyfill";return e.module(n,[]).directive("ecStickyfill",t),n});
File renamed without changes
File renamed without changes
Loading

0 comments on commit cd5b93e

Please sign in to comment.