{% extends '../../base.html.twig' %}

{% block body %}
  <div class="container-fluid">
    <div class="row flex-xl-nowrap">
      {% include '../../../documentation/navbar.html.twig' with {
        'route' : nodefony.route
      } %}
      <main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5" style="top: 5rem;">
        <div class="page-header">
          <h1>Nodefony start in <strong>development</strong> mode</h1>
        </div>

        <div class="doc2 jumbotron">

        <p>
        	<strong><h2>MODE  development </h2></strong>

        	This mode is useful in development or debug   <br>

        	<ul>
        		<li>  No clusters </li>
        		<li>  Watcher templates twig (autoload and compile templates files) </li>
        		<li>  Watcher controllers (autoload controllers files) </li>
        		<li>  Watcher translation (autoload translation files) </li>
        		<li>  Watcher webpack (autoload and compile assets files) </li>
        		<li>  Syslog in terminal to follow debug  </li>
        	</ul>
        </p>


        	<div class="alert alert-danger" role="alert">
        		!! In this mode You must restart nodefony when you <strong>add new</strong> :

        		<ul>
        			<li>   <strong>bundle</strong>   </li>
        			<li>   <strong>service</strong> in a bundle  </li>
        		</ul>
        		!! In this mode You must restart nodefony when you <strong>edit</strong> :
        		<ul>
        			<li>   <strong>configuration files</strong> ( security.js , config.js, service.js ) </li>
        			<li>   <strong>bundle class file</strong> ( nameBundle.js )  </li>
        			<li>   <strong>service class file</strong> ( nameService.js ) </li>
        		</ul>
        	</div>

        </div>


        <h2>Location :</h2>
        <div class="doc2">
        	<p>
        		 <code>nodefony</code>
        	</p>

        	<pre><code class="hljs console">
  .
├── README.md
├── app
├── bin
├── config
├── doc
├── node_modules
├── package-lock.json
├── package.json
├── src
├── tmp
└── web
        	</code></pre>
        </div>

        <h2>Run :</h2>
        <div class="doc2 ">

        <p>
        	To launch nodefony in development mode :
        </p>
        	<pre><code class="hljs console">$ nodefony dev
                          _           __                                         _                    _
      _ __     ___     __| |   ___   / _|   ___    _ __    _   _           ___  | |_    __ _   _ __  | |_    ___   _ __
     | '_ \   / _ \   / _` |  / _ \ | |_   / _ \  | '_ \  | | | |  _____  / __| | __|  / _` | | '__| | __|  / _ \ | '__|
     | | | | | (_) | | (_| | |  __/ |  _| | (_) | | | | | | |_| | |_____| \__ \ | |_  | (_| | | |    | |_  |  __/ | |
     |_| |_|  \___/   \__,_|  \___| |_|    \___/  |_| |_|  \__, |         |___/  \__|  \__,_| |_|     \__|  \___| |_|
                                                           |___/

  Version : 1.0.0 Platform : darwin Process : nodefony-starter PID : 24807


 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find Local Bundle Package : name-bundle in : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle
      KERNEL SERVER Cluster : master Environment : dev Debug :false

 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find Local Bundle Package : name-bundle in : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : http-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/httpBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : framework-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/framework-bundle/frameworkBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : security-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/security-bundle/securityBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : sequelize-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/sequelize-bundle/sequelizeBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : realtime-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/realtime-bundle/realtimeBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : monitoring-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/monitoring-bundle/monitoringBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : unittests-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/unittests-bundle/unittestsBundle.js
 Wed Mar 27 2019 11:25:57 INFO KERNEL SERVER  : Find NPM Bundle Package : mail-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/mail-bundle/mailBundle.js
 Wed Mar 27 2019 11:25:59 INFO sequelize  :  REGISTER ENTITY : requests PROVIDE BUNDLE : sequelize
 Wed Mar 27 2019 11:25:59 INFO sequelize  :  REGISTER ENTITY : session PROVIDE BUNDLE : sequelize
 Wed Mar 27 2019 11:25:59 INFO sequelize  :  REGISTER ENTITY : user PROVIDE BUNDLE : sequelize
 Wed Mar 27 2019 11:25:59 INFO CONNECTION Sequelize nodefony : Connection been established successfully Type : sqlite Database : /app/Resources/databases/nodefony.db
 Wed Mar 27 2019 11:25:59 INFO sequelize  : ORM CONNECTORS LIST  :
┌────────────────────┬────────┬──────────────────────────────────────┬──────┐
│ ORM CONNECTOR NAME │ DRIVER │ NAME DATABASE                        │ HOST │
├────────────────────┼────────┼──────────────────────────────────────┼──────┤
│ nodefony           │ sqlite │ /app/Resources/databases/nodefony.db │      │
└────────────────────┴────────┴──────────────────────────────────────┴──────┘
 Wed Mar 27 2019 11:25:59 INFO SERVICE sockjs  :  Create sockjs server :   HTTPS
 Wed Mar 27 2019 11:25:59 INFO SERVICE MONITORING  : Create server MONITORING listen on Domain : 0.0.0.0 Port : 1318
 Wed Mar 27 2019 11:25:59 INFO SERVICE SERVER STATICS  : Server Static RootDir  ==> /Users/cci/repository/nodefony-starter/web
 Wed Mar 27 2019 11:25:59 INFO BUNDLE monitoring : ADD DEBUG BAR MONITORING
 Wed Mar 27 2019 11:25:59 INFO SERVICE WEBPACK  : WEBAPCK Compile Bundle name
 Wed Mar 27 2019 11:26:00 INFO SERVICE SERVER HTTP  : Listening on DOMAIN : http://0.0.0.0:5151
 Wed Mar 27 2019 11:26:00 INFO SERVICE SERVER WEBSOCKET  : Listening on DOMAIN : ws://0.0.0.0:5151
 Wed Mar 27 2019 11:26:00 INFO SERVICE SERVER HTTPS  : Listening on DOMAIN : https://0.0.0.0:5152
 Wed Mar 27 2019 11:26:00 INFO SERVICE SERVER WEBSOCKET SECURE  : Listening on DOMAIN : wss://0.0.0.0:5152
 Wed Mar 27 2019 11:26:00 INFO SERVICE SESSIONS  : CONTEXT default SEQUELIZE SESSIONS STORAGE  ==>  ORM COUNT SESSIONS : 0
 Wed Mar 27 2019 11:26:03 INFO SERVICE WEBPACK  : BUNDLE : name-bundle WACTHER WEBPACK COMPILE
 Wed Mar 27 2019 11:26:03 INFO SERVICE WEBPACK  : Bundle : name-bundle WATCHER IN CONFIG
 Wed Mar 27 2019 11:26:03 INFO SERVICE WEBPACK  : Hash: 58de49133787100c6e50
Version: webpack 4.29.6
Time: 2473ms
Built at: 2019-03-27 11:26:03
             Asset      Size  Chunks             Chunk Names
    ./css/name.css  37 bytes    name  [emitted]  name
./css/name.css.map  91 bytes    name  [emitted]  name
      ./js/name.js   338 KiB    name  [emitted]  name
  ./js/name.js.map   387 KiB    name  [emitted]  name
Entrypoint name = ./css/name.css ./js/name.js ./css/name.css.map ./js/name.js.map
[0] multi webpack-dev-server/client?https://localhost:5152 ./Resources/public/js/name.js 40 bytes {name} [built]
[] css ./node_modules/css-loader/dist/cjs.js??ref--7-1!./node_modules/resolve-url-loader??ref--7-2!./node_modules/postcss-loader/src??ref--7-3!./node_modules/sass-loader/lib/loader.js??ref--7-4!./Resources/public/css/name.css 0 bytes {name}
[../../../node_modules/ansi-html/index.js] /Users/cci/repository/nodefony-starter/node_modules/ansi-html/index.js 4.16 KiB {name} [built]
[../../../node_modules/ansi-regex/index.js] /Users/cci/repository/nodefony-starter/node_modules/ansi-regex/index.js 135 bytes {name} [built]
[../../../node_modules/html-entities/index.js] /Users/cci/repository/nodefony-starter/node_modules/html-entities/index.js 231 bytes {name} [built]
[../../../node_modules/loglevel/lib/loglevel.js] /Users/cci/repository/nodefony-starter/node_modules/loglevel/lib/loglevel.js 7.68 KiB {name} [built]
[../../../node_modules/strip-ansi/index.js] /Users/cci/repository/nodefony-starter/node_modules/strip-ansi/index.js 161 bytes {name} [built]
[../../../node_modules/webpack-dev-server/client/index.js?https://localhost:5152] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client?https://localhost:5152 8.1 KiB {name} [built]
[../../../node_modules/webpack-dev-server/client/overlay.js] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client/overlay.js 3.59 KiB {name} [built]
[../../../node_modules/webpack-dev-server/client/socket.js] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client/socket.js 1.05 KiB {name} [built]
[../../../node_modules/webpack/hot sync ^\.\/log$] /Users/cci/repository/nodefony-starter/node_modules/webpack/hot sync nonrecursive ^\.\/log$ 170 bytes {name} [built]
[../../../node_modules/webpack/hot/emitter.js] /Users/cci/repository/nodefony-starter/node_modules/webpack/hot/emitter.js 75 bytes {name} [built]
[./Resources/public/css/name.css] 39 bytes {name} [built]
[./Resources/public/js/name.js] 504 bytes {name} [built]
[./node_modules/querystring-es3/index.js] 127 bytes {name} [built]
[./node_modules/url/url.js] 22.8 KiB {name} [built]
    + 12 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--7-1!node_modules/resolve-url-loader/index.js??ref--7-2!node_modules/postcss-loader/src/index.js??ref--7-3!node_modules/sass-loader/lib/loader.js??ref--7-4!Resources/public/css/name.css:
    Entrypoint mini-css-extract-plugin = *
    [./node_modules/css-loader/dist/cjs.js?!./node_modules/resolve-url-loader/index.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/lib/loader.js?!./Resources/public/css/name.css] ./node_modules/css-loader/dist/cjs.js??ref--7-1!./node_modules/resolve-url-loader??ref--7-2!./node_modules/postcss-loader/src??ref--7-3!./node_modules/sass-loader/lib/loader.js??ref--7-4!./Resources/public/css/name.css 214 bytes {mini-css-extract-plugin} [built]
    [./node_modules/css-loader/dist/runtime/api.js] 2.35 KiB {mini-css-extract-plugin} [built]
 Wed Mar 27 2019 11:26:03 INFO SERVICE WEBPACK  : WEBAPCK Compile Bundle app
 Wed Mar 27 2019 11:26:08 INFO SERVICE WEBPACK  : COMPILE SUCCESS BUNDLE : app webpack.config.js

        	</code></pre>
        </div>

        <h2>Debug :</h2>
        <div class="doc2 ">

        <p>
        	To start nodefony in development mode debug :
        </p>
        	<pre><code class="hljs console">$ nodefony -d dev

                          _           __                                         _                    _
      _ __     ___     __| |   ___   / _|   ___    _ __    _   _           ___  | |_    __ _   _ __  | |_    ___   _ __
     | '_ \   / _ \   / _` |  / _ \ | |_   / _ \  | '_ \  | | | |  _____  / __| | __|  / _` | | '__| | __|  / _ \ | '__|
     | | | | | (_) | | (_| | |  __/ |  _| | (_) | | | | | | |_| | |_____| \__ \ | |_  | (_| | | |    | |_  |  __/ | |
     |_| |_|  \___/   \__,_|  \___| |_|    \___/  |_| |_|  \__, |         |___/  \__|  \__,_| |_|     \__|  \___| |_|
                                                           |___/

  Version : 1.0.0 Platform : darwin Process : nodefony-starter PID : 24824


 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find Local Bundle Package : name-bundle in : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle
      KERNEL SERVER Cluster : master Environment : dev Debug :true

 Wed Mar 27 2019 11:27:06 DEBUG KERNEL SERVER  : EVENT KERNEL : onCluster
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find Local Bundle Package : name-bundle in : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : http-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/httpBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : framework-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/framework-bundle/frameworkBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : security-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/security-bundle/securityBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : sequelize-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/sequelize-bundle/sequelizeBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : realtime-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/realtime-bundle/realtimeBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : monitoring-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/monitoring-bundle/monitoringBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : unittests-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/unittests-bundle/unittestsBundle.js
 Wed Mar 27 2019 11:27:06 INFO KERNEL SERVER  : Find NPM Bundle Package : mail-bundle in : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/mail-bundle/mailBundle.js
 Wed Mar 27 2019 11:27:06 DEBUG KERNEL SERVER  : EVENT KERNEL : onPreRegister
 Wed Mar 27 2019 11:27:06 DEBUG KERNEL :  REGISTER BUNDLE : http
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Bundle http controller directory not found
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Register Service : httpKernel
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Register Service : requestClient
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Register Service : httpServer
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Register Service : httpsServer
 Wed Mar 27 2019 11:27:06 DEBUG BUNDLE http : Register Service : sockjs
 Wed Mar 27 2019 11:27:07 DEBUG BUNDLE http : Register Service : serverStatics
 Wed Mar 27 2019 11:27:07 DEBUG BUNDLE http : Register Service : websocketServerSecure
 Wed Mar 27 2019 11:27:07 DEBUG BUNDLE http : Register Service : websocketServer
 Wed Mar 27 2019 11:27:07 DEBUG BUNDLE http : Register Service : sessions
 Wed Mar 27 2019 11:27:07 DEBUG BUNDLE http : Register Service : upload
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE KERNEL READER : HTTP CONFIG LOAD FILE :/Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/Resources/config/config.yml
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE KERNEL READER : HTTP SERVICE LOAD FILE :/Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/Resources/config/services.js
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SERVER STATICS  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE HTTP KERNEL  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SERVER HTTP  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SERVER HTTPS  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SERVER WEBSOCKET  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SERVER WEBSOCKET SECURE  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE SESSIONS  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG HTTP UPLOAD : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE sockjs  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG SERVICE requestClient  : STARTED
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/context.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/http/http.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/http/request.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/http/response.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/http2/request.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/http2/response.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/subRequest.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/websocket/response.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/context/websocket/websocket.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/cookies/cookies.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/session/session.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/session/storage/filesSessionStorage.js
 Wed Mar 27 2019 11:27:07 DEBUG AUTOLOADER   : /Users/cci/repository/nodefony-starter/node_modules/@nodefony/http-bundle/src/session/storage/memcachedStorage.js
 ...


 ...
 Wed Mar 27 2019 11:27:09 INFO SERVICE SERVER HTTP  : Listening on DOMAIN : http://0.0.0.0:5151
 Wed Mar 27 2019 11:27:09 INFO SERVICE SERVER WEBSOCKET  : Listening on DOMAIN : ws://0.0.0.0:5151
 Wed Mar 27 2019 11:27:09 INFO SERVICE SERVER HTTPS  : Listening on DOMAIN : https://0.0.0.0:5152
 Wed Mar 27 2019 11:27:09 INFO SERVICE SERVER WEBSOCKET SECURE  : Listening on DOMAIN : wss://0.0.0.0:5152
 Wed Mar 27 2019 11:27:09 DEBUG SERVICE SESSIONS  : Context : default GARBADGE COLLECTOR ==> 0  DELETED
 Wed Mar 27 2019 11:27:09 INFO SERVICE SESSIONS  : CONTEXT default SEQUELIZE SESSIONS STORAGE  ==>  ORM COUNT SESSIONS : 0
 Wed Mar 27 2019 11:27:11 INFO SERVICE WEBPACK  : BUNDLE : name-bundle WACTHER WEBPACK COMPILE
 Wed Mar 27 2019 11:27:11 DEBUG SERVICE WEBPACK  :
┌───────────────────┬────────────────────────────────────────────────────────────────────────────────┬──────────────────┬─────────────────────┬────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────┐
│ ENTRY NAME [name] │ ENTRY                                                                          │ OUTPUT FILE NAME │ OUTPUT LIBRARY NANE │ LIBRARY TARGET │ PUBLIC PATH                                                                            │ WATCHER │
├───────────────────┼────────────────────────────────────────────────────────────────────────────────┼──────────────────┼─────────────────────┼────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────┤
│ name              │ webpack-dev-server/client?https://localhost:5152,./Resources/public/js/name.js │ ./js/[name].js   │ [name]              │ var            │ /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/Resources/public/assets │ true    │
└───────────────────┴────────────────────────────────────────────────────────────────────────────────┴──────────────────┴─────────────────────┴────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────┘
 Wed Mar 27 2019 11:27:11 INFO SERVICE WEBPACK  : Bundle : name-bundle WATCHER IN CONFIG
 Wed Mar 27 2019 11:27:11 INFO SERVICE WEBPACK  : Hash: 58de49133787100c6e50
Version: webpack 4.29.6
Time: 2121ms
Built at: 2019-03-27 11:27:11
             Asset      Size  Chunks             Chunk Names
    ./css/name.css  37 bytes    name  [emitted]  name
./css/name.css.map  91 bytes    name  [emitted]  name
      ./js/name.js   338 KiB    name  [emitted]  name
  ./js/name.js.map   387 KiB    name  [emitted]  name
Entrypoint name = ./css/name.css ./js/name.js ./css/name.css.map ./js/name.js.map
[0] multi webpack-dev-server/client?https://localhost:5152 ./Resources/public/js/name.js 40 bytes {name} [built]
[] css ./node_modules/css-loader/dist/cjs.js??ref--7-1!./node_modules/resolve-url-loader??ref--7-2!./node_modules/postcss-loader/src??ref--7-3!./node_modules/sass-loader/lib/loader.js??ref--7-4!./Resources/public/css/name.css 0 bytes {name}
[../../../node_modules/ansi-html/index.js] /Users/cci/repository/nodefony-starter/node_modules/ansi-html/index.js 4.16 KiB {name} [built]
[../../../node_modules/ansi-regex/index.js] /Users/cci/repository/nodefony-starter/node_modules/ansi-regex/index.js 135 bytes {name} [built]
[../../../node_modules/html-entities/index.js] /Users/cci/repository/nodefony-starter/node_modules/html-entities/index.js 231 bytes {name} [built]
[../../../node_modules/loglevel/lib/loglevel.js] /Users/cci/repository/nodefony-starter/node_modules/loglevel/lib/loglevel.js 7.68 KiB {name} [built]
[../../../node_modules/strip-ansi/index.js] /Users/cci/repository/nodefony-starter/node_modules/strip-ansi/index.js 161 bytes {name} [built]
[../../../node_modules/webpack-dev-server/client/index.js?https://localhost:5152] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client?https://localhost:5152 8.1 KiB {name} [built]
[../../../node_modules/webpack-dev-server/client/overlay.js] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client/overlay.js 3.59 KiB {name} [built]
[../../../node_modules/webpack-dev-server/client/socket.js] /Users/cci/repository/nodefony-starter/node_modules/webpack-dev-server/client/socket.js 1.05 KiB {name} [built]
[../../../node_modules/webpack/hot sync ^\.\/log$] /Users/cci/repository/nodefony-starter/node_modules/webpack/hot sync nonrecursive ^\.\/log$ 170 bytes {name} [built]
[../../../node_modules/webpack/hot/emitter.js] /Users/cci/repository/nodefony-starter/node_modules/webpack/hot/emitter.js 75 bytes {name} [built]
[./Resources/public/css/name.css] 39 bytes {name} [built]
[./Resources/public/js/name.js] 504 bytes {name} [built]
[./node_modules/querystring-es3/index.js] 127 bytes {name} [built]
[./node_modules/url/url.js] 22.8 KiB {name} [built]
    + 12 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--7-1!node_modules/resolve-url-loader/index.js??ref--7-2!node_modules/postcss-loader/src/index.js??ref--7-3!node_modules/sass-loader/lib/loader.js??ref--7-4!Resources/public/css/name.css:
    Entrypoint mini-css-extract-plugin = *
    [./node_modules/css-loader/dist/cjs.js?!./node_modules/resolve-url-loader/index.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/lib/loader.js?!./Resources/public/css/name.css] ./node_modules/css-loader/dist/cjs.js??ref--7-1!./node_modules/resolve-url-loader??ref--7-2!./node_modules/postcss-loader/src??ref--7-3!./node_modules/sass-loader/lib/loader.js??ref--7-4!./Resources/public/css/name.css 214 bytes {mini-css-extract-plugin} [built]
    [./node_modules/css-loader/dist/runtime/api.js] 2.35 KiB {mini-css-extract-plugin} [built]
 Wed Mar 27 2019 11:27:11 INFO SERVICE WEBPACK  : WEBAPCK Compile Bundle app
 Wed Mar 27 2019 11:27:12 DEBUG SERVICE WEBPACK  : BUNDLE : app WEBPACK COMPILE : webpack.config.js
 Wed Mar 27 2019 11:27:12 DEBUG SERVICE WEBPACK  :
┌───────────────────┬─────────────────────────┬──────────────────┬─────────────────────┬────────────────┬────────────────────────────────────────────────────────────────────┬─────────┐
│ ENTRY NAME [name] │ ENTRY                   │ OUTPUT FILE NAME │ OUTPUT LIBRARY NANE │ LIBRARY TARGET │ PUBLIC PATH                                                        │ WATCHER │
├───────────────────┼─────────────────────────┼──────────────────┼─────────────────────┼────────────────┼────────────────────────────────────────────────────────────────────┼─────────┤
│ app               │ ./Resources/js/app.js   │ ./js/[name].js   │ [name]              │ var            │ /Users/cci/repository/nodefony-starter/app/Resources/public/assets │         │
├───────────────────┼─────────────────────────┼──────────────────┼─────────────────────┼────────────────┼────────────────────────────────────────────────────────────────────┼─────────┤
│ users             │ ./Resources/js/users.js │ ./js/[name].js   │ [name]              │ var            │ /Users/cci/repository/nodefony-starter/app/Resources/public/assets │         │
└───────────────────┴─────────────────────────┴──────────────────┴─────────────────────┴────────────────┴────────────────────────────────────────────────────────────────────┴─────────┘
clean-webpack-plugin: removed Resources/public/assets/css
clean-webpack-plugin: removed Resources/public/assets/css/app.css
clean-webpack-plugin: removed Resources/public/assets/css/app.css.map
clean-webpack-plugin: removed Resources/public/assets/fonts
clean-webpack-plugin: removed Resources/public/assets/fonts/fontawesome-webfont.eot
clean-webpack-plugin: removed Resources/public/assets/fonts/fontawesome-webfont.svg
clean-webpack-plugin: removed Resources/public/assets/fonts/fontawesome-webfont.ttf
clean-webpack-plugin: removed Resources/public/assets/fonts/fontawesome-webfont.woff
clean-webpack-plugin: removed Resources/public/assets/fonts/fontawesome-webfont.woff2
clean-webpack-plugin: removed Resources/public/assets/images
clean-webpack-plugin: removed Resources/public/assets/images/fontawesome-webfont.svg
clean-webpack-plugin: removed Resources/public/assets/js
clean-webpack-plugin: removed Resources/public/assets/js/app.js
clean-webpack-plugin: removed Resources/public/assets/js/app.js.map
clean-webpack-plugin: removed Resources/public/assets/js/users.js
clean-webpack-plugin: removed Resources/public/assets/js/users.js.map
Wed Mar 27 2019 11:27:15 INFO SERVICE WEBPACK  : COMPILE SUCCESS BUNDLE : app webpack.config.js
Wed Mar 27 2019 11:27:15 DEBUG BUNDLE app : MEMORY clean webpack compile bundle : app


          </code></pre>
        </div>

        <h2>Stop :</h2>
        <div class="doc2 ">

        <p>
        	To stop nodefony in development mode :
        </p>
        	<pre><code class="hljs console">$ &lt;ctrl-c&gt;

Wed Mar 27 2019 11:27:00 CRITIC nodefony : SIGINT
Wed Mar 27 2019 11:27:00 INFO BUNDLE name : Watching Ended : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/controller
Wed Mar 27 2019 11:27:00 INFO BUNDLE name : Watching Ended : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/Resources/views
Wed Mar 27 2019 11:27:00 INFO BUNDLE name : Watching Ended : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/Resources/translations
Wed Mar 27 2019 11:27:00 INFO BUNDLE name : Watching Ended : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/Resources/config
Wed Mar 27 2019 11:27:00 INFO BUNDLE name : Watching Ended : /Users/cci/repository/nodefony-starter/src/bundles/name-bundle/services
Wed Mar 27 2019 11:27:00 INFO SERVICE WEBPACK  : Watching Ended  /Users/cci/repository/nodefony-starter/src/bundles/name-bundle : { name:
 [ 'webpack-dev-server/client?https://localhost:5152',
   './Resources/public/js/name.js' ] }
Wed Mar 27 2019 11:27:00 INFO SERVICE SERVER WEBSOCKET  :  SHUTDOWN WEBSOCKET Server is listening on DOMAIN : 0.0.0.0    PORT : 5151
Wed Mar 27 2019 11:27:00 INFO SERVICE SERVER WEBSOCKET SECURE  :  SHUTDOWN WEBSOCKET SECURE Server is listening on DOMAIN : 0.0.0.0    PORT : 5152
Wed Mar 27 2019 11:27:00 INFO SERVICE MONITORING  : SHUTDOWN server MONITORING listen on Domain : 0.0.0.0 Port : 1318
Wed Mar 27 2019 11:27:00 INFO SERVICE SERVER HTTP  : HTTP SHUTDOWN Server is listening on DOMAIN : 0.0.0.0    PORT : 5151
Wed Mar 27 2019 11:27:00 INFO SERVICE SERVER HTTPS  : HTTPS SHUTDOWN Server is listening on DOMAIN : 0.0.0.0    PORT : 5152
Wed Mar 27 2019 11:27:00 INFO KERNEL SERVER  : NODEFONY Kernel Life Cycle Terminate CODE : 0
        	</code></pre>
        </div>


      </main>
    </div>
  </div>
{% endblock %}
