Created
March 3, 2017 14:35
-
-
Save default-writer/ad431a1066fc156d5da861ce3434f089 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
@echo off | |
cmd /C "npm -g install yo bower grunt grunt-cli grunt-bowercopy grunt-oraclejet load-grunt-config oraclejet-tooling generator-oraclejet npm-check-updates cordova" | |
cmd /C "yo oraclejet extranet-dev --template=blank" | |
cd extranet-dev | |
echo @echo off > install.cmd | |
echo cd ../extranet-dev >> install.cmd | |
echo cmd /C "yo oraclejet:add-sass" >> install.cmd | |
echo cmd /C "npm-check-updates -u" >> install.cmd | |
echo cmd /C "npm i" >> install.cmd | |
echo cmd /C "yo oraclejet:add-theme extranet" >> install.cmd | |
echo cmd /C "grunt build --theme=extranet --platform=web" >> install.cmd | |
cmd /C "install.cmd" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment