Skip to content

Commit

Permalink
Add i18n repo as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Nov 10, 2017
1 parent e64670e commit e40e821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "src/i18n"]
path = src/i18n
url = git@github.com:Mibew/i18n.git
2 changes: 1 addition & 1 deletion src/gulpfile.js
Expand Up @@ -41,7 +41,7 @@ var config = {
pageStylesPath: 'mibew/styles/pages',
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
getComposerUrl: 'https://getcomposer.org/installer',
phpBin: 'php -d "suhosin.executor.include.whitelist = phar"',
phpBin: 'php -d "suhosin.executor.include.whitelist = phar" -d "memory_limit=512M"',
package: require('./composer.json')
}

Expand Down
1 change: 1 addition & 0 deletions src/i18n
Submodule i18n added at fe5df1

0 comments on commit e40e821

Please sign in to comment.