mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 22:46:08 +00:00
removed PHP dependency, fixed scanlines for Chrome
This commit is contained in:
parent
53786df51b
commit
5ec1e31ee7
5 changed files with 26 additions and 23 deletions
|
@ -84,10 +84,9 @@ module.exports = function (grunt) {
|
|||
}
|
||||
},
|
||||
|
||||
php: {
|
||||
watch: {
|
||||
connect: {
|
||||
server: {
|
||||
options: {
|
||||
hostname: '0.0.0.0',
|
||||
port: 1337,
|
||||
base: 'build'
|
||||
}
|
||||
|
@ -103,13 +102,13 @@ module.exports = function (grunt) {
|
|||
grunt.loadNpmTasks('grunt-contrib-less');
|
||||
grunt.loadNpmTasks('grunt-autoprefixer');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-php');
|
||||
grunt.loadNpmTasks('grunt-contrib-connect');
|
||||
|
||||
// Default task(s).
|
||||
grunt.registerTask(
|
||||
'default',
|
||||
'Default is to build everything, then watch for changes',
|
||||
['build', 'php:watch', 'watch']
|
||||
['build', 'connect', 'watch']
|
||||
);
|
||||
grunt.registerTask(
|
||||
'stylesheets',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue