Skip to content

Commit

Permalink
v20
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Jan 10, 2020
1 parent 6d1b4fd commit 00731df
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="raster2.css?v={{version}}">
<script src="raster.js?v={{version}}"></script>
<script src="raster2.js?v={{version}}"></script>
<link rel="stylesheet" href="res/base.css?v={{base_css_v}}">
</head>
<body>
Expand Down
8 changes: 5 additions & 3 deletions misc/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ DST="$BUILDDIR/Raster"
rm -rf "$DST"
mkdir -p "$DST"
cp LICENSE.txt \
"$WEBDIR/raster.css" \
"$WEBDIR/raster.debug.css" \
"$WEBDIR/raster.grid.css" \
"$WEBDIR/raster.dev.css" \
"$WEBDIR/raster.d.ts" \
"$WEBDIR/raster-react.d.ts" \
"$WEBDIR/raster2.css" \
"$WEBDIR/raster2.d.ts" \
"$WEBDIR/raster2.js" \
"$WEBDIR/raster2-react.d.ts" \
"$WEBDIR/raster2-react.js" \
"$WEBDIR/template.html" \
"$DST/"
cp -R "$WEBDIR/examples" "$DST/examples"
Expand Down
2 changes: 1 addition & 1 deletion raster.debug.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raster.dev.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raster.grid.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion raster2.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raster.d.ts → raster2.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// looking for raster for react? Use raster-react.d.ts & raster-react.js instead
// looking for raster for react? Use raster2-react.d.ts & raster2-react.js instead

interface RasterGridElement extends HTMLElement {
columns: string;
Expand Down
File renamed without changes.

0 comments on commit 00731df

Please sign in to comment.