Deleted app_config.js from root

should not be versioned, was added accidentally
pull/1288/head
Nicklas Gummesson 10 years ago
parent 20ed720ab5
commit 419f60a1ee

@ -95,7 +95,7 @@
// Set assets url for static assets in our app
var config = grunt.template.process("cdb.config.set('assets_url', '<%= env.http_path_prefix %>/assets/<%= pkg.version %>');");
config += grunt.template.process("\nconsole.log('cartodbui v<%= pkg.version %> sha1: <%= gitrev %>');");
grunt.file.write("app_config.js", config);
grunt.file.write("lib/build/app_config.js", config);
});
grunt.registerTask('check_release', "checks release can be done", function() {

@ -1,2 +0,0 @@
cdb.config.set('assets_url', '/assets/2.15.16');
console.log('cartodbui v2.15.16 sha1: 7262e09e97ea72f91a682d1af7d69126c35b7055');
Loading…
Cancel
Save