Skip to content

Commit

Permalink
ADD building a standalone version with npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie committed Feb 16, 2017
1 parent 9d4a1f1 commit a87a117
Show file tree
Hide file tree
Showing 13 changed files with 2,625 additions and 552 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jspm_packages
# additional ignored
data_raster
data_rasterSSD
standalone
Binary file added ShaderNavigator/img/githubLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions ShaderNavigator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@
color: rgb(142, 225, 251);
}


.logoCorner{
position: absolute;
bottom: 0;
right: 0;
width: 48px;
margin: 5px;
}

.logoCorner:hover{
filter: invert(100%);
}

</style>


Expand Down Expand Up @@ -131,6 +144,7 @@
</p>
</div>

<a href="https://github.com/jonathanlurie/ShaderNavigator" target="_blank"><img class="logoCorner" src="img/githubLogo.png"/></a>

<script src="js/three.js"></script>
<script src="js/TrackballControls.js"></script>
Expand All @@ -139,8 +153,8 @@
<script src="js/quicksettings.js"></script>

<!-- importing the automatically build module -->
<script src="../build/shadernavigator/shadernavigator.js"></script>
<!--<script src="../build/shadernavigator/shadernavigator.min.js"></script>-->
<!--<script src="js/shadernavigator.js"></script>-->
<script src="js/shadernavigator.min.js"></script>

<script>

Expand Down
1 change: 1 addition & 0 deletions ShaderNavigator/js/shadernavigator.js
1 change: 1 addition & 0 deletions ShaderNavigator/js/shadernavigator.min.js
45 changes: 37 additions & 8 deletions build/shadernavigator/shadernavigator.js

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

2 changes: 1 addition & 1 deletion build/shadernavigator/shadernavigator.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a87a117

Please sign in to comment.