Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #320 from adobe/jasonsanjose/fix-cef-linux32
Browse files Browse the repository at this point in the history
remove hardcoded linux32 cef download
  • Loading branch information
RaymondLim committed Sep 3, 2013
2 parents 0ad4b55 + 509dfcf commit 1807b7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ module.exports = function (grunt) {
"config-json": staging + "/www/config.json",
"curl-dir": {
/* linux */
/* FIXME (jasonsanjose) no 32-bit 3.1547.1354, revert to cef.version variable for the next CEF upgrade */
"cef-linux32": {
"dest" : "downloads/",
"src" : "http://dev.brackets.io/cef/cef_binary_3.1547.1357_linux32_release.zip"
"src" : "http://dev.brackets.io/cef/cef_binary_<%= cef.version %>_linux32_release.zip"
},
"cef-linux64": {
"dest" : "downloads/",
Expand Down

0 comments on commit 1807b7e

Please sign in to comment.