Browse Source

Merge pull request #660 from ZDroid/bower-paths

Remove ./ from the bower.json paths
pull/671/head
XhmikosR 10 years ago
parent
commit
ebbb6d3f64
  1. 4
      bower.json

4
bower.json

@ -12,8 +12,8 @@
"prototype" "prototype"
], ],
"main": [ "main": [
"./dist/css/ratchet.css", "dist/css/ratchet.css",
"./dist/js/ratchet.js" "dist/js/ratchet.js"
], ],
"ignore": [ "ignore": [
"_config.yml", "_config.yml",

Loading…
Cancel
Save