Skip to content

Commit

Permalink
merged jquery-ui.scss into style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn committed Jan 5, 2015
1 parent 7d04cdd commit c3ffe90
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 537 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ fi

cp -uv node_modules/codemirror/lib/codemirror.css build/static/
i=style/style.scss o=build/static/style.css; if [ $i -nt $o ]; then echo 'preprocessing css'; $sass <$i >$o; fi
i=style/jquery-ui.scss o=build/static/jquery-ui.css; if [ $i -nt $o ]; then echo 'preprocessing css'; $sass <$i >$o; fi

cp -uv index.html build/static/

Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<head>
<meta charset="utf-8">
<title>Dyalog IDE</title>
<link rel="stylesheet" href="jquery-ui.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="codemirror.css">
<link rel="stylesheet" href="style.css">
<script src="D.js"></script>
</head>
<body><noscript>JavaScript is not enabled.</noscript></body>
Expand Down
Loading

0 comments on commit c3ffe90

Please sign in to comment.