Created
February 3, 2017 10:06
-
-
Save alexgalkin/3037c1b45057362c7a7e8f741645600a to your computer and use it in GitHub Desktop.
haroopad install
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
change package.json | |
{ | |
"name": "haroopad", | |
"version": "0.3.3", | |
"description": "Markdown Editor", | |
"main": "", | |
"homepage": "https://rhiokim.github.com/haroopad", | |
"repository": "git://github.com/rhiokim/haroopad.git", | |
"author": "[email protected]", | |
"license": "GPL3", | |
"devDependencies": { | |
"grunt": "0.4.5", | |
"grunt-contrib-clean": "~0.4.0", | |
"grunt-contrib-compress": "~0.13.0", | |
"grunt-contrib-concat": "~0.5.0", | |
"grunt-contrib-copy": "~0.7.0", | |
"grunt-contrib-cssmin": "~0.4.1", | |
"grunt-contrib-requirejs": "~0.4.0", | |
"grunt-contrib-uglify": "~0.1.2", | |
"grunt-lodash": "^0.5.1", | |
"grunt-lodashbuilder": "^0.1.6", | |
"grunt-replace": "~0.8.0", | |
"grunt-requirejs": "~0.3.1", | |
"grunt-shell": "~1.1.2", | |
"lodash-cli": "^1.3.1", | |
"stringex": "~0.2.4" | |
}, | |
"deploy": { | |
"docs": "../baas.io-Portal/_documentation/_docs/ko/javascript/reference", | |
"sdk": "../baas.io-Portal/_documentation/_docs/sdk/javascript/" | |
} | |
} | |
npm install lodash-cli -g | |
npm install [email protected] --save-dev | |
npm install | |
>> grunt cssmin | |
grunt concat | |
>> grunt uglify | |
grunt copy | |
grunt replace | |
grunt requirejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment