This file contains 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
@import "../../../../vendor/angular-ui-grid-src/src/less/grid"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/header"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/body"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/cell"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/native-scrollbar"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/footer"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/menu"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/sorting"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/icons"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/rtl"; |
This file contains 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
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
This file contains 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
F:\Tom\Code\tepez\server>npm install --save bcrypt --verbose | |
npm info it worked if it ends with ok | |
npm verb cli [ 'C:\\Program Files\\nodejs\\\\node.exe', | |
npm verb cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
npm verb cli 'install', | |
npm verb cli '--save', | |
npm verb cli 'bcrypt', | |
npm verb cli '--verbose' ] | |
npm info using [email protected] | |
npm info using [email protected] |
NewerOlder