mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +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
|
||||
/datas
|
||||
/www/assets
|
||||
/assets
|
||||
/tmp-assets
|
||||
|
@@ -2,7 +2,7 @@ module.exports = function(grunt) {
|
||||
grunt.initConfig({
|
||||
"pkg": grunt.file.readJSON("package.json"),
|
||||
"path": {
|
||||
"bower": "assets",
|
||||
"bower": "tmp-assets",
|
||||
"asset": "www/assets"
|
||||
},
|
||||
mocha_phantomjs: {
|
||||
|
Reference in New Issue
Block a user