forked from allegro/ralph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autocomplete fixes & imporovements. (allegro#2393)
* Autocomplete fixes & imporovements. - fixed tooltip error by used other tooltip than foundation - reduced requests by concatenating elements (by vulcanize command) - decreasing build size by removing useless static files * mv elements.html to elements-min.html * added gulp-watch
- Loading branch information
Showing
11 changed files
with
52 additions
and
28 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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
set -e | ||
|
||
cd $RALPH_DIR | ||
$RALPH_DIR/node_modules/.bin/gulp | ||
$RALPH_DIR/node_modules/.bin/gulp build |
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
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 |
---|---|---|
@@ -1,14 +1,3 @@ | ||
<script type="text/javascript" src="/static/vendor/js/modernizr.js" ></script> | ||
<script type="text/javascript" src="/static/vendor/js/jquery.js" ></script> | ||
<script type="text/javascript" src="/static/vendor/js/foundation.min.js" ></script> | ||
|
||
<link rel="import" href="../bower_components/iron-ajax/iron-ajax.html"> | ||
<link rel="import" href="../bower_components/iron-input/iron-input.html"> | ||
<link rel="import" href="../bower_components/iron-form/iron-form.html"> | ||
<link rel="import" href="../bower_components/iron-form-element-behavior/iron-form-element-behavior.html"> | ||
|
||
<link rel="import" href="../bower_components/paper-menu/paper-menu.html"> | ||
<link rel="import" href="../bower_components/paper-item/paper-item.html"> | ||
|
||
<link rel="import" href="auto-complete.html"> | ||
<link rel="import" href="badge-input.html"> | ||
<link rel="import" href="tool-tip.html"> |
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