Last active
          January 18, 2017 13:32 
        
      - 
      
- 
        Save gibatronic/ca18eef69f69ec827e90 to your computer and use it in GitHub Desktop. 
    using npm as a task runner
  
        
  
    
      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
    
  
  
    
  | { | |
| "scripts": { | |
| "scripts": "node_modules/.bin/coffee scripts/*.coffee -o build", | |
| "styles": "node_modules/.bin/node-sass styles/*.scss -o build", | |
| "watch": "node_modules/.bin/vigilia 'scripts/**/*.coffee':'npm run scripts' 'styles/**/*.scss':'npm run styles'" | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment