Skip to content

Commit b2c1131

Browse files
committed
Imported module in the js entry file
1 parent a7582b1 commit b2c1131

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To get the diff for a specific change, go to https://github.com/LIN3S/AdminBundl
66
To get the diff between two versions, go to https://github.com/LIN3S/AdminBundle/compare/v0.4.0...v0.5.0
77

88
* 0.6.0
9+
* Imported `parsleyjs` module in the js entry file.
910
* Updated lin3s-front-foundation dependency from v0.6.0 to v0.6.1.
1011
* Updated lin3s-front-foundation dependency from v0.5.0 to v0.6.0.
1112
* Made translatable the value of the string list field content.

src/LIN3S/AdminBundle/Resources/private/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import {onDomReady} from 'lin3s-event-bus';
1414
import {Parsley} from 'lin3s-front-foundation';
1515
import FastClick from 'fastclick';
16+
import 'parsleyjs';
1617

1718
import './components/Filter';
1819
import './components/FormCollection';

src/LIN3S/AdminBundle/Resources/public/js/bundle.min.js

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LIN3S/AdminBundle/Resources/public/js/bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)