Skip to content

Commit 3eda02d

Browse files
committed
Clean up from earlier experiments
1 parent 0ac878a commit 3eda02d

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@ commands:
1717
description: "Ensure built assets are up to date"
1818
steps:
1919
- checkout
20-
# - setup_remote_docker
21-
# - run: npm ci
2220
- run: make docker-images
2321
- run: make docker-run
2422
- run: make docker-copy-assets
25-
# - run: docker build -t sphinx_rtd_theme:latest .
26-
# - run: docker run --cidfile=.container_id --mount type=bind,source="${CIRCLE_WORKING_DIRECTORY}/src",target=/project/src,readonly sphinx_rtd_theme:latest
27-
# - run: docker cp "$(cat .container_id):/project/sphinx_rtd_theme" .
28-
# - run: docker cp "$(cat .container_id):/project/package-lock.json" .
2923
- run:
3024
name: Ensure built assets are up to date
3125
command: |

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ RUN mkdir -p /project/src/
88
WORKDIR /project
99

1010
COPY package.json /project/
11-
#COPY package-lock.json /project/
11+
12+
# COPY package-lock.json /project/
13+
1214
COPY bin/preinstall.js /project/bin/preinstall.js
1315

1416
RUN cd /project
1517

16-
# There is a very stubborn npm package that keeps complaining even though
17-
# we try to set its environment config vars
18-
# RUN ln -s `which python` /usr/bin/python3
19-
2018
RUN npm install --package-lock-only &&\
2119
npm audit fix &&\
2220
npm install

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"lato-font": "^3.0.0",
3232
"mini-css-extract-plugin": "^0.6.0",
3333
"node-sass": "^4.14.1",
34-
"node-gyp": "^7.1.0",
3534
"optimize-css-assets-webpack-plugin": "^5.0.4",
3635
"roboto-fontface": "^0.10.0",
3736
"sass-loader": "^7.3.0",

0 commit comments

Comments
 (0)