Skip to content

Commit

Permalink
Restructure entire library build process into UMD format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfarljw committed Apr 30, 2016
1 parent f148220 commit 377c127
Show file tree
Hide file tree
Showing 23 changed files with 293 additions and 34,506 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "4.4.2"
- "4.4.3"

notifications:
email: false
Expand Down
41 changes: 0 additions & 41 deletions brunch-config.js

This file was deleted.

12 changes: 5 additions & 7 deletions gelato.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

/* line 1, /Users/Joshua/Github/mcfarljw/gelato-framework/gelato/styles/application.scss */
/**
* Gelato Framework
* Version: 0.3.0
* Date: Fri Apr 29 2016 21:23:19 GMT-0500 (CDT)
*/
html, body {
height: 100%;
margin: 0;
padding: 0;
position: absolute;
width: 100%; }

/* line 9, /Users/Joshua/Github/mcfarljw/gelato-framework/gelato/styles/application.scss */
gelato-application {
display: block;
height: 100%;
Expand All @@ -16,18 +18,15 @@ gelato-application {
position: absolute;
width: 100%; }

/* line 1, /Users/Joshua/Github/mcfarljw/gelato-framework/gelato/styles/component.scss */
gelato-component {
display: block;
margin: 0;
padding: 0;
position: relative; }

/* line 2, /Users/Joshua/Github/mcfarljw/gelato-framework/gelato/styles/dialog.scss */
gelato-dialog .modal {
z-index: 9000; }

/* line 1, /Users/Joshua/Github/mcfarljw/gelato-framework/gelato/styles/page.scss */
gelato-page {
display: block;
margin: 0;
Expand All @@ -36,4 +35,3 @@ gelato-page {
overflow: auto;
padding: 0;
position: absolute; }

Loading

0 comments on commit 377c127

Please sign in to comment.