Created
October 1, 2014 06:57
-
-
Save arcseldon/11569343ae2e3b6ea0bb 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
$ sails lift --verbose | |
info: Starting app... | |
verbose: Setting Node environment... | |
verbose: moduleloader hook loaded successfully. | |
verbose: Loading app config... | |
verbose: userconfig hook loaded successfully. | |
verbose: Exposing global variables... (you can disable this by modifying the properties in `sails.config.globals`) | |
verbose: logger hook loaded successfully. | |
verbose: request hook loaded successfully. | |
verbose: Loading the app's models and adapters... | |
verbose: Loading app models... | |
verbose: Loading app adapters... | |
verbose: Loading blueprint middleware... | |
verbose: blueprints hook loaded successfully. | |
verbose: Loading runtime custom response definitions... | |
verbose: responses hook loaded successfully. | |
verbose: controllers hook loaded successfully. | |
verbose: Loading policy modules from app... | |
verbose: Finished loading policy middleware logic. | |
verbose: policies hook loaded successfully. | |
verbose: Loading app services... | |
verbose: services hook loaded successfully. | |
verbose: csrf hook loaded successfully. | |
verbose: cors hook loaded successfully. | |
verbose: i18n hook loaded successfully. | |
verbose: session hook loaded successfully. | |
verbose: Loading app Gruntfile... | |
verbose: Tracking new grunt child process... | |
verbose: grunt hook loaded successfully. | |
verbose: http hook loaded successfully. | |
verbose: Overriding ejs engine config with ejslocals to implement layout support... | |
verbose: Configuring socket (ws://) server... | |
verbose: sockets hook loaded successfully. | |
verbose: Loading user hooks... | |
verbose: Located 0 user hook(s)... | |
verbose: views hook loaded successfully. | |
verbose: Setting default Express view engine to ejs... | |
verbose: Initialized 0 user hook(s)... | |
verbose: userhooks hook loaded successfully. | |
verbose: Loading adapter ( sails-mysql ) for admedia from `node_modules` directory... | |
verbose: Starting ORM... | |
verbose: Grunt :: Running "clean:dev" (clean) task | |
verbose: Grunt :: Cleaning .tmp/public... | |
verbose: Grunt :: OK | |
verbose: Grunt :: Running "jst:dev" (jst) task | |
verbose: Grunt :: >> Destination not written because compiled files were empty. | |
verbose: Grunt :: Running "less:dev" (less) task | |
verbose: Grunt :: File .tmp/public/styles/importer.css created: 0 B → 619 B | |
verbose: Grunt :: Running "copy:dev" (copy) task | |
verbose: Grunt :: Copied 3 files | |
verbose: Grunt :: Running "coffee:dev" (coffee) task | |
verbose: Grunt :: Running "sails-linker:devJs" (sails-linker) task | |
verbose: Grunt :: padding length 4 | |
File "views/layout.ejs" updated. | |
Running "sails-linker:devStyles" (sails-linker) task | |
verbose: Grunt :: padding length 4 | |
File "views/layout.ejs" updated. | |
Running "sails-linker:devTpl" (sails-linker) task | |
padding length 4 | |
File "views/layout.ejs" updated. | |
Running "sails-linker:devJsJade" (sails-linker) task | |
Running "sails-linker:devStylesJade" (sails-linker) task | |
Running "sails-linker:devTplJade" (sails-linker) task | |
verbose: Grunt :: Running "watch" task | |
Waiting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment