Created
October 1, 2014 12:35
-
-
Save HAKASHUN/5c8aba18ce07fcbc42bc to your computer and use it in GitHub Desktop.
gruntタスク作ってみる ref: http://qiita.com/HAKASHUN@github/items/af97f99eb79c41943634
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
npm install -g yo |
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
npm install -g generator-gruntplugin |
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
mkdir grunt-remove-usestrict | |
cd grunt-remove-usestrict |
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
yo gruntplugin |
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
grunt-remove-usestrict | |
├── Gruntfile.js | |
├── README.md | |
├── node_modules | |
├── package.json | |
├── tasks | |
└── test |
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
cd grunt-remove-usestrict | |
npm adduser |
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
cd grunt-remove-usestrict | |
npm publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment