リビジョン 0b1b8047
app/Config/core.php | ||
---|---|---|
34 | 34 |
* In production mode, flash messages redirect after a time interval. |
35 | 35 |
* In development mode, you need to click the flash message to continue. |
36 | 36 |
*/ |
37 |
Configure::write('debug', 2);
|
|
37 |
Configure::write('debug', 0);
|
|
38 | 38 |
|
39 | 39 |
/** |
40 | 40 |
* Configure the Error handler used to handle errors for your application. By default |
app/webroot/js/pictcode/app.js | ||
---|---|---|
1 | 1 |
define(function(require, exports, module) { |
2 |
|
|
2 |
//This is a test |
|
3 |
|
|
3 | 4 |
//require.jsの設定 |
4 | 5 |
var jquery = require('jquery'); |
5 | 6 |
require('bootstrap'); |
他の形式にエクスポート: Unified diff