Skip to content

Commit

Permalink
Fixed #113 - Fix filer-dialogs 404 error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sedge committed Apr 6, 2015
1 parent 8a9f6fd commit 8674fdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '0.10'
before_install:
- npm install -g bower
before_script:
- npm install -g grunt-cli
- npm install -g jasmine-node
Expand Down
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ module.exports = function (grunt) {
'!thirdparty/CodeMirror2/mode/**/*.html',
'!thirdparty/CodeMirror2/**/*test.js',
'thirdparty/CodeMirror2/theme/{,*/}*',
'thirdparty/filer-dialogs/bower_components/font-awesome/css/font-awesome.min.css ',
'thirdparty/filer-dialogs/style/style.css',
'thirdparty/i18n/*.js',
'thirdparty/text/*.js'
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"grunt-cleanempty": "1.0.3"
},
"scripts": {
"postinstall": "grunt install",
"postinstall": "cd src/thirdparty/filer-dialogs && bower install && cd ../.. && grunt install",
"test": "grunt cla-check-pull test && grunt build-browser"
},
"licenses": [
Expand Down

0 comments on commit 8674fdc

Please sign in to comment.