Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from Nitro/mihaitodor/fix-icons
Browse files Browse the repository at this point in the history
Fix UI icons
  • Loading branch information
mihaitodor authored May 10, 2018
2 parents 3476688 + 0b828ac commit 82b0e32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ bower_components
node_modules
npm-debug.log
.idea/
.DS_Store
.DS_Store
ui/package-lock.json
2 changes: 1 addition & 1 deletion ui/app/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"html5-boilerplate": "^5.3.0",
"underscore": "1.8.3",
"papaparse": "4.1.2",
"bootstrap": "^3.3.7"
"bootswatch-dist": "superhero"
}
}
11 changes: 0 additions & 11 deletions ui/app/css/bootstrap-superhero.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="">

<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap-superhero.min.css">
<link rel="stylesheet" type="text/css" href="bower_components/bootswatch-dist/css/bootstrap.min.css">
</head>
<body>
<!--[if lt IE 7]>
Expand Down
8 changes: 3 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@
},
"scripts": {
"postinstall": "cd app && bower install",

"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1 ./app",

"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",

"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",

"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js",

"update-index-async": "node -e \"var fs=require('fs'),indexFile='app/index-async.html',loaderFile='app/bower_components/angular-loader/angular-loader.min.js',loaderText=fs.readFileSync(loaderFile,'utf-8').split(/sourceMappingURL=angular-loader.min.js.map/).join('sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map'),indexText=fs.readFileSync(indexFile,'utf-8').split(/\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/).join('//@@NG_LOADER_START@@\\n'+loaderText+' //@@NG_LOADER_END@@');fs.writeFileSync(indexFile,indexText);\""
},
"dependencies": {
"npm": "^6.0.0"
}
}

0 comments on commit 82b0e32

Please sign in to comment.