Created
          February 28, 2017 10:23 
        
      - 
      
- 
        Save madbence/1dd4b477ac02c2cfab1d70168e558366 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              Show hidden characters
| { | |
| "presets": [ | |
| ["env", { | |
| "targets": { | |
| "browsers": ["Chrome >= 56"] | |
| } | |
| }] | |
| ], | |
| "plugins": ["inferno"] | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| BIN=./node_modules/.bin | |
| $BIN/watchify -dv -o bundle.js -t babelify src/app.js & $BIN/stylus -w -o bundle.css src/style/app.styl & wait | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment