Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes gulp dependencies #16

Merged
merged 1 commit into from
Jul 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ be authored) are built from models. Models represent rows of content, and can
be static or dynamic.

For example, the teardown of an article might look like:
**FIXME** this needs to be updated:

```
┌──────────────────────────────────────────────────────────────────────────────┐
Expand Down Expand Up @@ -82,7 +83,7 @@ Visit [http://bustlelabs.github.io/content-kit-editor/demo](http://bustlelabs.gi
Running ContentKit tests and demo server locally requires the following dependencies:

* [node.js](http://nodejs.org/) ([install package](http://nodejs.org/download/)) or `brew install node`
* `gulp`, via `npm install -g gulp`
* `broccoli`, via `npm install -g broccoli-cli`

### Tests

Expand All @@ -93,7 +94,8 @@ Install npm and bower:

Run tests via the built-in broccoli server:

* `npm run serve && open http://localhost:4200/tests`
* `npm run serve`
* `open http://localhost:4200/tests`

Or run tests via testem:

Expand All @@ -103,20 +105,11 @@ To view the demo:

* `broccoli serve`
* open http://localhost:4200/demo
* (Note that image uploads and embeds require the demo server to be running)
* (Note that image uploads and embeds are not currently working)

#### To Do

To run the demo server:

```
npm start && open http://localhost:5000
```

To ensure ContentKit rebuilds while you work with it:

```
gulp watch
```
Bring back image uploads and embed. Notes below:

For uploads and embeds to work, you will have to configure AWS and
Embedly keys as environment variables:
Expand Down
140 changes: 0 additions & 140 deletions gulpfile.js

This file was deleted.

12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
"broccoli-multi-builder": "^0.2.5",
"broccoli-test-builder": "^0.1.0",
"content-kit-utils": "^0.2.0",
"del": "^1.1.1",
"esperanto": "^0.6.32",
"gulp": "^3.8.11",
"gulp-concat": "~2.1.7",
"gulp-cssmin": "^0.1.6",
"gulp-file": "^0.2.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "~1.3.4",
"gulp-less": "^1.3.1",
"gulp-open": "^0.2.8",
"gulp-qunit": "^1.2.1",
"gulp-uglify": "^1.1.0",
"jquery": "^2.1.4",
"mobiledoc-dom-renderer": "^0.1.3",
"mobiledoc-html-renderer": "^0.1.0",
Expand Down