Skip to content

Commit b36d271

Browse files
committed
Removed vscode local configs & updated the readme.
1 parent c584e7d commit b36d271

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/lib/**/Gruntfile*
99
/lib/**/Makefile*
1010
*.tmp.js
11+
.vscode

.vscode/launch.json

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

.vscode/settings.json

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ git clone https://github.com/joshhebb/angularjs-contentful-starter.git your-proj
3838
cd your-project-name-here
3939
npm install -g gulp # Install Gulp (global)
4040
npm install -g bower # Install Bower (global)
41-
npm run init # Run init task to install the node modules, libraries and then call gulp to build the app
41+
npm run init # Run init task to install the node modules, libraries and then call gulp to build the app.
4242
```
4343

4444
If everything goes okay, you will have imported the content model into your space and built the project. You're now ready to start development!

0 commit comments

Comments
 (0)