Skip to content

Commit

Permalink
Remove UGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Aug 16, 2017
1 parent 70954fb commit 2afed51
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 3,527 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ _scripts/imgalts.js
_scripts/imgalts.min.js
_scripts/imgalts5.js
_scripts/imgalts5.min.js
_scripts/ugui.js
_scripts/ven.bootstrap-3.2.0.min.js
_scripts/ven.bootstrap-slider.min.js
_scripts/ven.dropdowns-enhancement.js
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ To download Koa11y, visit the website:
Koa11y is built with:

* [Pa11y](http://pa11y.org)
* [UGUI](http://ugui.io)
* [NW.js](http://nwjs.io)
* [Vue.js](http://vuejs.org)
* [jQuery](http://jquery.com)
Expand All @@ -29,7 +28,7 @@ Koa11y is built with:

# Development/Code Contributing

Koa11y is written in JavaScript, Sass, and HTML. It uses [NW.js](http://docs.nwjs.io/en/latest) to interact with the OS and to be cross-platform. It uses part of the [UGUI](http://ugui.io/api) api for system commands and common tasks (like saving/loading settings).
Koa11y is written in JavaScript, Sass, and HTML. It uses [NW.js](http://docs.nwjs.io/en/latest) to interact with the OS and to be cross-platform.

## To Open Dev Tools in Koa11y

Expand Down
56 changes: 0 additions & 56 deletions _markup/ugui-about.htm

This file was deleted.

85 changes: 0 additions & 85 deletions _markup/ugui-devtools.htm

This file was deleted.

5 changes: 0 additions & 5 deletions _markup/ugui-multiargnames.htm

This file was deleted.

65 changes: 0 additions & 65 deletions _sass/_ugui.sass

This file was deleted.

1 change: 0 additions & 1 deletion _sass/_var.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
user-select: none

$quick: 0.5s ease all
$uguiTextColor: #333
3 changes: 1 addition & 2 deletions _sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
@import "_footer.sass"; // CSS for the footer at the bottom of the app.

//Stuff that effects specific pages
@import "_app.sass"; // CSS specifc to the app you create using UGUI
@import "_app.sass"; // CSS specifc to the app
@import "_modal.sass"; // Modal Vue component
@import "_spinner.sass"; // 3d spinning cube

//Stuff that goes at the end
@import "_ugui.sass"; // UGUI specific styles for UGUI dev tools and such
@import "_ven.dropdown-enhance.sass"; // Makes dropdown form elements prettier, goes with .js file
@import "_ven.bootstrap-slider.scss"; // Styles the range slider
@import "_ven.ezdz.sass"; // CSS for the drag and drop file browse box js plugin, EZDZ.
Expand Down
Loading

0 comments on commit 2afed51

Please sign in to comment.