Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8abe79c
Added new exception page
faustinoaq Jun 16, 2018
994e730
Simplify Helpers.run
faustinoaq Jun 16, 2018
7925382
Add new amber watch config
faustinoaq Jun 16, 2018
d148ce9
Add new watch config
faustinoaq Jun 16, 2018
b65e3fb
Add JavaScript to support reload on html pages using default layout.
faustinoaq Jun 16, 2018
e889cf1
Remove NPM (webpack, sass) dependencies and use ES5 and CSS by default
faustinoaq Jun 16, 2018
7f49bd7
Add missing exception
faustinoaq Jun 16, 2018
bd11121
Remove Node dependency
faustinoaq Jun 17, 2018
19dc8d6
Fix typo
faustinoaq Jun 17, 2018
10e9f60
Replace mtime by modification_time
faustinoaq Jun 17, 2018
4995c92
Merge branch 'fa/new-amber-watch-config' of github.com:amberframework…
faustinoaq Jun 17, 2018
65f81aa
Remove trailing whitespaces
faustinoaq Jun 19, 2018
36f7b3a
Client field is optional
faustinoaq Jun 19, 2018
11a014f
Use more descriptive var name
faustinoaq Jun 19, 2018
7f91455
Merge branch 'master' into fa/remove-webpack
faustinoaq Jun 20, 2018
dbd3163
Merge branch 'master' into fa/new-amber-watch-config
faustinoaq Jun 20, 2018
20d9892
Merge branch 'master' into fa/new-exception-page
faustinoaq Jun 20, 2018
dd65e57
Error pipe cleanup
faustinoaq Jun 20, 2018
55312e9
Merge branch 'fa/new-exception-page' of github.com:amberframework/amb…
faustinoaq Jun 20, 2018
08a3e17
Add missing context argument
faustinoaq Jun 20, 2018
a31f347
Fixes valid_route? method
faustinoaq Jun 20, 2018
ba2abe4
Fixes error specs
faustinoaq Jun 20, 2018
ee8940a
Merge branch 'fa/new-exception-page' into fa/new-amber-watch-config
faustinoaq Jun 20, 2018
c405408
Remove dead sentry require
faustinoaq Jun 20, 2018
235add8
Fix error server
faustinoaq Jun 20, 2018
ec5eda5
Merge branch 'fa/new-amber-watch-config ' into fa/remove-webpack
faustinoaq Jun 20, 2018
b732c85
Merge branch 'master' into fa/remove-webpack
faustinoaq Jun 20, 2018
23880bc
Merge branch 'master' into fa/remove-webpack
faustinoaq Jun 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ FROM crystallang/crystal:0.25.0
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && apt-get install -y --no-install-recommends libpq-dev libsqlite3-dev libmysqlclient-dev libreadline-dev git curl vim netcat

# Install Node
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs

WORKDIR /opt/amber

# Build Amber
Expand Down
Loading