リビジョン 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