File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ ADD . $APP_HOME
88WORKDIR $APP_HOME
99
1010# Install node modules
11- RUN git submodule init && \
12- npm install
11+ RUN npm install
1312
1413# Rebuild node-sass just to be safe
1514RUN npm rebuild node-sass
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class PreviewFrame extends React.Component {
203203 '/hijackConsole.js'
204204 ] ;
205205 const accessiblelib = sketchDoc . createElement ( 'script' ) ;
206- accessiblelib . setAttribute ( 'src' , 'https://cdn.rawgit.com/MathuraMG/p5-accessibility/e856365c /dist/p5-accessibility.js' ) ;
206+ accessiblelib . setAttribute ( 'src' , 'https://cdn.rawgit.com/MathuraMG/p5-accessibility/9cb5bd0b /dist/p5-accessibility.js' ) ;
207207 if ( this . props . textOutput ) {
208208 sketchDoc . getElementById ( 'accessibility-library' ) . appendChild ( accessiblelib ) ;
209209 const textSection = sketchDoc . createElement ( 'section' ) ;
@@ -401,7 +401,6 @@ PreviewFrame.propTypes = {
401401 textOutput : PropTypes . bool . isRequired ,
402402 gridOutput : PropTypes . bool . isRequired ,
403403 soundOutput : PropTypes . bool . isRequired ,
404- // setTextOutput: PropTypes.func.isRequired,
405404 htmlFile : PropTypes . shape ( {
406405 content : PropTypes . string . isRequired
407406 } ) . isRequired ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const defaultHTML =
1313`<!DOCTYPE html>
1414<html>
1515 <head>
16- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
1716 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.min.js"></script>
1817 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.dom.min.js"></script>
1918 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.sound.min.js"></script>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments