offers
This commit is contained in:
parent
9dbe299a32
commit
161135e315
3 changed files with 3 additions and 2 deletions
|
|
@ -694,4 +694,4 @@ function offersPage() {
|
||||||
const myOffers = new MyOffers(ownOffersContainer);
|
const myOffers = new MyOffers(ownOffersContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
offersPage;
|
offersPage();
|
||||||
|
|
@ -210,6 +210,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%- include("partials/appCommonScripts") %>
|
<%- include("partials/appCommonScripts") %>
|
||||||
<script src="/javascript/offers.js"></script>
|
<script src="/javascript/offers.bundle.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ module.exports = {
|
||||||
invite: './src/front/pages/invite.js',
|
invite: './src/front/pages/invite.js',
|
||||||
createProfile: './src/front/pages/createProfile.js',
|
createProfile: './src/front/pages/createProfile.js',
|
||||||
login: './src/front/pages/login.js',
|
login: './src/front/pages/login.js',
|
||||||
|
offers: './src/front/pages/offers.js',
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
filename: '[name].bundle.js',
|
filename: '[name].bundle.js',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue