Skip to content

Commit

Permalink
updated to new galaxy ui closes #27
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Lepage <guylepage3@gmail.com>
  • Loading branch information
guylepage3 committed Aug 27, 2018
1 parent 5d0e68c commit b6d9837
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ galaxy.ooo
└── logo.svg
└── registerServiceWorker.js
└── styles
└── App.css
└── Galaxy.css
└── Galaxy.css.map
└── Galaxy.scss
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Galaxy is a network of decentralized nodes offering services for decentralized platforms",
"private": true,
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --output-style compressed --watch --recursive",
"build-css": "node-sass-chokidar src/styles/ -o src/styles/",
"watch-css": "npm run build-css && node-sass-chokidar src/styles/ -o src/styles/ --output-style compressed --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
Expand Down
6 changes: 0 additions & 6 deletions src/App.css

This file was deleted.

3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { Component } from 'react';
import Header from './components/Header';
import './App.css';
import './styles/Galaxy.css';
import './styles/App.css';

class App extends Component {
render() {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './App.css';
import './styles/Galaxy.css';
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import './styles/index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';

Expand Down
1 change: 1 addition & 0 deletions src/styles/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* App.css */
6 changes: 6 additions & 0 deletions src/styles/Galaxy.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit b6d9837

Please sign in to comment.