mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Rename assets directory to tmp-asset
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,4 +15,4 @@ composer.phar
|
|||||||
behat.yml
|
behat.yml
|
||||||
/datas
|
/datas
|
||||||
/www/assets
|
/www/assets
|
||||||
/assets
|
/tmp-assets
|
||||||
|
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user