You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/lib/build
xavijam 60d05437b1
added markdown library in js_files for Gruntfile
10 years ago
..
config fixed paths for production 11 years ago
files added markdown library in js_files for Gruntfile 10 years ago
tasks Fix when uploading avatars 10 years ago
tools moved build 11 years ago
.rvmrc moved build 11 years ago
Gruntfile.js CDB-2807 #resolve - grunt development processes improved 11 years ago
README.md added README file 11 years ago
UPGRADING.md fixed paths for production 11 years ago
config.rb assets: move dist css to public 11 years ago
mustache.js moved build 11 years ago
package.json changed ui assets version 10 years ago
test_init.js moved build 11 years ago
user_data.js moved build 11 years ago

README.md

how to build frontend assets

  • install node (0.10.x) recommended
  • install dependencies:
npm install
  • execute grunt
grunt

the assets are created in public/assets/:version/ and after this you can run rails app as always