Skip to content

Commit

Permalink
Removed vestigial css file references
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Jun 12, 2019
1 parent 681da27 commit ffd76ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Materia Widget Development Kit (MWDK) is a local dev environment for quickly building Materia Widgets.",
"license": "AGPL-3.0",
"homepage": "https://ucfopen.github.io/Materia-Docs/",
"version": "2.4.0-alpha4",
"version": "2.4.0-alpha5",
"author": "University of Central Florida, Center for Distributed Learning",
"scripts": {
"build": "webpack",
Expand Down
1 change: 0 additions & 1 deletion views/creator_mwdk.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<link rel="stylesheet" href="/mwdk/assets/css/mwdk-creator.css" type="text/css" />
<link rel="stylesheet" href="/mwdk/assets/css/widget-create.css" type="text/css" />
<link rel="stylesheet" href="/mwdk/assets/css/ng-modal.css" type="text/css" />

Expand Down
1 change: 0 additions & 1 deletion views/player_mwdk.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<link rel="stylesheet" href="/mwdk/assets/css/main.css" type="text/css" />
<link rel="stylesheet" href="/mwdk/assets/css/widget-play.css" type="text/css" />
<link rel="stylesheet" href="/mwdk/assets/css/ng-modal.css" type="text/css" />
<link rel="stylesheet" href="/mwdk/assets/css/mwdk-player.css" type="text/css" />
Expand Down

0 comments on commit ffd76ca

Please sign in to comment.