Skip to content

Commit

Permalink
updated by removing bower.json for React FuelFrontend#50
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshanKumar89 committed Apr 25, 2016
1 parent 82c1231 commit 343fce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions app/templates/_typeReactApp/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "<%= appName %>",
"version": "0.0.1",
"dependencies": {
"angular": "1.2.6"<% if (includeResourceModule) { %>,
"angular-resource": "1.2.6"<% } if (includeSanitizeModule) { %>,
"angular-sanitize": "1.2.6"<% } if (includeRouteModule) { %>,
"angular-route": "1.2.6"<% } if (includeAnimateModule) { %>,
"angular-animate": "1.2.6"<% } if (includeQuery) { %>,
"jquery": "*"<% } if (includeModernizr) { %>,
"modernizr": "*" <% } %>

},
"devDependencies": {

Expand Down
4 changes: 2 additions & 2 deletions app/templates/_typeReactApp/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

<!-- Section -->
<section>
<p style="font-size: 22px;">Sample angular page, Your good name please?</p>
<p style="font-size: 22px;">Sample React page, Your good name please?</p>
<p>
<input type="text" ng-model="name" style="background: #fff; border: none; padding: 10px 15px;" />
<span ng-hide="!name" style="font-size: 14px; margin: 30px 0 0 20px;">Welcome {{ name }}, You look great today!</span>
</p>
</section>

@@include('./partials/_footer.html')
<!--@@include('./partials/_footer.html')-->

<!-- JS files -->
<script src="js/bower.js" type="text/javascript" charset="utf-8"></script>
Expand Down

0 comments on commit 343fce3

Please sign in to comment.