Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmorneau committed Oct 28, 2016
1 parent c1498df commit d0467f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## What APEX Front-End Boost is
APEX Front-End Boost is a personal local web server that hosts and distributes your files to your APEX application.

APEX Front-End Boost makes coding faster, easier, and prettier. This productivity tool helps you work with static files (`js`, `css`, `images`, etc.) more efficiently within an APEX application.
APEX Front-End Boost makes coding faster and easier. This productivity tool helps you work with static files (`js`, `css`, `images`, etc.) more efficiently within an APEX application.

![demo](/docs/demo-main.gif)

Expand All @@ -46,9 +46,9 @@ APEX Front-End Boost makes coding faster, easier, and prettier. This productivit
- Be notified of `js` and `css` errors as you save.

#### Other benefits
It makes responsive development easier by synchronizing multiple devices together. Your desktop, tablet and mobile device will imitate each others actions (scrolling, clicking, typing) as long as you've got APEX Front-End Boost running.

It eliminates the need for refreshing the browser. As soon as you save your code in the text editor, you get automatic code injection / reloading in the browser.
- Makes responsive development easier by synchronizing multiple devices together.
- All devices (desktop, tablet, mobile, etc.) will imitate each others actions (scrolling, clicking, typing).
- Eliminates the need for refreshing the browser. As soon as you save your code in the text editor, you get automatic code injection / reloading in the browser.

## Project Sponsors
Thanks to [Insum Solutions](http://insum.ca/) for sponsoring this project.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apex-frontend-boost",
"version": "2.1.3",
"author": "OraOpenSource",
"description": "Enhance your productivity with a complete Front-End Stack for Oracle APEX development",
"description": "Boost your JavaScript and CSS productivity in Oracle APEX",
"license": "MIT",
"keywords": [
"oracle",
Expand Down Expand Up @@ -38,15 +38,15 @@
"gulp-cssnano": "2.1.x",
"gulp-header": "1.8.x",
"gulp-if": "2.0.x",
"gulp-imagemin": "3.0.x",
"gulp-imagemin": "3.1.x",
"gulp-jshint": "2.0.x",
"gulp-less": "3.1.x",
"gulp-load-plugins": "1.3.x",
"gulp-plumber": "1.1.x",
"gulp-rename": "1.2.x",
"gulp-sass": "2.3.x",
"gulp-size": "2.1.x",
"gulp-sourcemaps": "2.1.1",
"gulp-sourcemaps": "2.2.0",
"gulp-uglify": "2.0.x",
"gulp-util": "3.0.x",
"jshint": "2.x",
Expand All @@ -59,6 +59,6 @@
"run-sequence": "1.2.x",
"through2": "2.0.x",
"update-notifier": "1.0.x",
"yargs": "6.0.x"
"yargs": "6.3.x"
}
}

0 comments on commit d0467f3

Please sign in to comment.