Rename assets directory to tmp-asset

This commit is contained in:
Nicolas Le Goff
2013-08-19 12:29:52 +02:00
parent fdf141b029
commit 75a6f16182
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{ {
"directory" : "assets" "directory" : "tmp-assets"
} }

2
.gitignore vendored
View File

@@ -15,4 +15,4 @@ composer.phar
behat.yml behat.yml
/datas /datas
/www/assets /www/assets
/assets /tmp-assets

View File

@@ -2,7 +2,7 @@ module.exports = function(grunt) {
grunt.initConfig({ grunt.initConfig({
"pkg": grunt.file.readJSON("package.json"), "pkg": grunt.file.readJSON("package.json"),
"path": { "path": {
"bower": "assets", "bower": "tmp-assets",
"asset": "www/assets" "asset": "www/assets"
}, },
mocha_phantomjs: { mocha_phantomjs: {