This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
55045ae784
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