Skip to content

Commit 6c471e6

Browse files
authored
Merge pull request #51 from sheffgeeks/plain-ole-html
Drop the build system, editing html by hand is the new hot thing in 2021
2 parents a19b7bd + 66886bc commit 6c471e6

File tree

7 files changed

+2
-5436
lines changed

7 files changed

+2
-5436
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
*~
2-
32
.DS_Store
4-
**/node_modules/
5-
*.map

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
## build instructions
22

3-
* `npm install`
4-
* Edit index.md
5-
* Run `npm run build`
3+
* Edit index.html
64

75
Yeah, it's pretty high-tech
86

97
## front end development
108

11-
* from the root directory, run `npm install`
12-
* to compile styles once, run `npm run build`
13-
* to watch and autocompile styles, run `npm run dev`
9+
* is great

gulpfile.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

index.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

layout.html

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)