James
|
898c888406
|
configures webpack to support demo and end user dev, introduces hot reloadinc scss
|
2018-07-24 13:31:40 -04:00 |
|
James
|
0b6d0d6a95
|
removes unused dependency
|
2018-07-19 08:11:50 -04:00 |
|
James
|
446cb3e415
|
finishes production webpack build
|
2018-07-19 08:06:14 -04:00 |
|
James
|
f31f7fe348
|
enables scss hot reloading
|
2018-07-18 13:26:23 -04:00 |
|
James
|
83f135ef22
|
reverts back to 2 spaces instead of 4
|
2018-07-18 12:52:51 -04:00 |
|
James
|
3857ed4b63
|
builds webpack config, introduces babel, modifies ESLint to expect 4 spaces
|
2018-07-18 12:45:48 -04:00 |
|
Elliot DeNolf
|
275dd698ad
|
Use newer node version for tests
|
2018-05-15 22:48:35 -06:00 |
|
James
|
6d9db9b5f2
|
adds CircleCI config
|
2018-05-15 07:49:45 -04:00 |
|
James Mikrut
|
0383b5ac7c
|
Moves Use Case to Wiki instead of living in repo
|
2018-05-14 15:31:03 -04:00 |
|
James Mikrut
|
a1a6c841f1
|
Update use-case.md
|
2018-05-14 08:29:19 -04:00 |
|
James
|
ed678b00ff
|
modifies use-case to use JS syntax highlighting
|
2018-05-05 18:14:06 -04:00 |
|
James
|
420fe26296
|
adds use case doc v1
|
2018-05-05 18:08:00 -04:00 |
|
Elliot DeNolf
|
011c8665fb
|
Add coverage command to README
|
2018-05-02 22:00:42 -06:00 |
|
Elliot DeNolf
|
58dd42f73b
|
Fix README
|
2018-05-02 21:58:36 -06:00 |
|
Elliot DeNolf
|
11923388db
|
Move express and mongoose to dev dependencies as they are only used in tests
|
2018-05-02 21:55:44 -06:00 |
|
Elliot DeNolf
|
9e26f31128
|
Fix linting
|
2018-05-02 21:55:10 -06:00 |
|
Elliot DeNolf
|
399474aa3f
|
Remove start script as it is no longer relevant
|
2018-05-02 21:52:17 -06:00 |
|
Elliot DeNolf
|
69ce73b6eb
|
Merge pull request #6 from keen-studio/Package
Move package to top level
|
2018-05-02 21:50:02 -06:00 |
|
Elliot DeNolf
|
c580507af6
|
Rename package
|
2018-05-02 21:39:58 -06:00 |
|
Elliot DeNolf
|
c8b8c3a62a
|
Turn into proper package by moving to top level
|
2018-05-02 21:31:36 -06:00 |
|
Elliot DeNolf
|
65e3177b90
|
Update .editorconfig
|
2018-04-21 22:31:58 -06:00 |
|
Elliot DeNolf
|
60ff3f53cf
|
Add admin route test
|
2018-04-21 13:57:19 -06:00 |
|
Elliot DeNolf
|
69ae8ea1b1
|
Adjust error test names
|
2018-04-21 12:46:03 -06:00 |
|
Elliot DeNolf
|
deeaa02b0a
|
Adjust returning of errors
|
2018-04-21 12:43:17 -06:00 |
|
Elliot DeNolf
|
95e012b05e
|
Add coverage command
|
2018-04-21 12:43:05 -06:00 |
|
Elliot DeNolf
|
d145951e0e
|
Add better .gitignore
|
2018-04-21 12:42:00 -06:00 |
|
Elliot DeNolf
|
54dd2f9ad8
|
Remove watch script from payload package
|
2018-04-21 11:26:35 -06:00 |
|
Elliot DeNolf
|
1d84ca8b53
|
Adjust package names and remove 'npm test' from payload tester
|
2018-04-21 11:23:57 -06:00 |
|
Elliot DeNolf
|
0a3db650bd
|
Add .editorconfig
|
2018-04-21 11:21:44 -06:00 |
|
Elliot DeNolf
|
077f217ae8
|
Use .eslintrc.js for better differentiation between warnings and errors
|
2018-04-21 11:21:23 -06:00 |
|
Elliot DeNolf
|
e2ca220da7
|
Fix package name
|
2018-04-21 00:51:54 -06:00 |
|
Elliot DeNolf
|
37c8b5aa51
|
Add basic README
|
2018-04-21 00:35:21 -06:00 |
|
Elliot DeNolf
|
953220b9a7
|
Add 'npm run watch' command for nodemon
|
2018-04-21 00:31:04 -06:00 |
|
Elliot DeNolf
|
9e43751b93
|
Add basic test suite using jest. Initiate with 'npm test'
|
2018-04-21 00:20:32 -06:00 |
|
Elliot DeNolf
|
5867715598
|
Add collections
|
2018-04-20 23:35:53 -06:00 |
|
Elliot DeNolf
|
4798525dbe
|
Add comments on how Payload is initialized
|
2018-04-14 20:39:18 -06:00 |
|
Elliot DeNolf
|
3a651710db
|
Add view error handling, better logging, and re-enable linting
|
2018-04-14 20:33:04 -06:00 |
|
Elliot DeNolf
|
ca6b70a427
|
Add payload routes dynamically
|
2018-04-14 12:30:05 -06:00 |
|
Elliot DeNolf
|
c2c5e50800
|
Add ESLint
|
2018-04-13 22:45:21 -06:00 |
|
Elliot DeNolf
|
c34d245131
|
Use OS-safe path
|
2018-04-13 22:29:47 -06:00 |
|
Elliot DeNolf
|
33bf4aeff6
|
Add normal routes
|
2018-04-13 21:56:06 -06:00 |
|
Elliot DeNolf
|
7082cb7e42
|
Initial commit
|
2018-04-13 20:45:32 -06:00 |
|