Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| pkg: grunt.file.readJSON( 'package.json' ), | |
| emberTemplates: { | |
| compile: { | |
| options: { | |
| templateBasePath: /assets\/js\/app\/templates\// | |
| }, | |
| files: { |
| web1: | |
| shared_writable_dirs: | |
| - app/cache | |
| - app/logs | |
| - app/sessions | |
| document_root: web | |
| default_gateway: app.php | |
| index_list: [app.php] | |
| php_version: 5.3.10 | |
| php_extensions: |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.