Skip to content

Commit

Permalink
Untrack build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Apr 7, 2018
1 parent 4f3c668 commit eade81f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ public/assets/*
.dockerignore
Dockerfile
docker-compose.yml
resources/lang/locales.js
resources/assets/pterodactyl/scripts/helpers/ziggy.js
4 changes: 2 additions & 2 deletions config/vue-i18n-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
| Note: the path will be prepended to point to the App directory.
|
*/
'jsPath' => '/resources/i18n/lang',
'jsFile' => '/resources/i18n/locales.js',
'jsPath' => '/resources/lang/i18n',
'jsFile' => '/resources/lang/locales.js',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/pterodactyl/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import VueRouter from 'vue-router';

// Helpers
import { Ziggy } from './helpers/ziggy';
import Locales from './../../../../resources/i18n/locales';
import Locales from './../../../../resources/lang/locales';

// Base Vuejs Templates
import Login from './components/auth/Login';
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/pterodactyl/scripts/helpers/ziggy.js

Large diffs are not rendered by default.

Empty file removed resources/i18n/.gitkeep
Empty file.

0 comments on commit eade81f

Please sign in to comment.