This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-01 22:02:11 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
93b0505d68
Ghost
/
.bowerrc
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding .bowerrc If no .bowerrc file is found in the current folder it seems to lookup if one exists in parent folders. Thus, we need to use .bowerrc in order to avoid problems.
2014-03-11 19:50:29 +04:00
{
grunt init, dev - added grunt-bg-shell - reorganized asset tasks into one location - turn off ember-cli analytics - remove app/config-dev and config-prod - remove qunit from bower.json - remove express from package.json
2015-02-14 21:43:18 +03:00
"cwd": "core/client/",
Adding .bowerrc If no .bowerrc file is found in the current folder it seems to lookup if one exists in parent folders. Thus, we need to use .bowerrc in order to avoid problems.
2014-03-11 19:50:29 +04:00
"directory": "bower_components"
grunt init, dev - added grunt-bg-shell - reorganized asset tasks into one location - turn off ember-cli analytics - remove app/config-dev and config-prod - remove qunit from bower.json - remove express from package.json
2015-02-14 21:43:18 +03:00
}
Reference in New Issue
Copy Permalink