Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed form vendor files
  • Loading branch information
whitef0x0 committed Nov 12, 2017
1 parent 24cffee commit 084a800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .gitignore
@@ -1,14 +1,10 @@
dist
.vagrant
npm-debug.*
docs/Oscar_Credentials.md
scripts/test_oscarhost.js
scripts/oscarhost/private/
coverage/
e2e_coverage/
uploads/
app/e2e_tests/screeshots/*
tmp

# iOS / Apple
# ===========
Expand All @@ -25,6 +21,7 @@ Oscar_Credentials.*
npm-debug.log
node_modules/
public/lib/
public/dist
app/tests/coverage/
.bower-*/
.idea/
Expand Down
3 changes: 1 addition & 2 deletions config/env/production.js
Expand Up @@ -28,9 +28,8 @@ module.exports = {
domain: process.env.BASE_URL || '.tellform.com'
},
assets: {
bower_js: ['public/dist/vendor.min.js'],
css: ['public/dist/application.min.css'],
js: ['public/dist/application.min.js', 'public/dist/populate_template_cache.js'],
form_js: ['public/dist/form-application.min.js', 'public/dist/form_populate_template_cache.js']
form_js: ['public/dist/form-application.min.js', 'public/dist/form_populate_template_cache.js', 'public/dist/form-vendor.min.js']
}
};
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -123,7 +123,7 @@ module.exports = function(grunt) {
compress: true
},
files: {
'public/dist/vendor.min.js': bowerArray
'public/dist/form-vendor.min.js': bowerArray
}
}
},
Expand Down

0 comments on commit 084a800

Please sign in to comment.