-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
user bower for dependencies management
- Loading branch information
Vladimir Varankin
committed
Feb 3, 2014
1 parent
b659fb1
commit ed295a4
Showing
6 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ MAKE.decl('Arch', { | |
blocksLevelsRegexp : /^.+?\.blocks$/, | ||
bundlesLevelsRegexp : /^.+?\.bundles$/, | ||
|
||
libraries : [ '[email protected]' ], | ||
libraries : [], | ||
|
||
createCustomNodes : function(common, libs, blocks) { | ||
var SetsNode = MAKE.getNodeClass('SetsNode'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"directory": "libs" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ | |
"authors": [ | ||
"Sergey Belov <[email protected]>" | ||
], | ||
"devDependencies": { | ||
"bem-pr": "git://github.com/narqo/bem-pr.git#~0.6.1" | ||
}, | ||
"license": "MIT", | ||
"private": true, | ||
"ignore": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters