Giter VIP home page Giter VIP logo

ionic-coffee-scss-scaffold's People

Contributors

cagegong2 avatar kaiqigong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ericpkerr

ionic-coffee-scss-scaffold's Issues

problem with v1.0.0-RC1

I'm not sure what the problem is, but I tried your scaffold with the latest version of ionic in the bower.json and I get this error:

$gulp
[15:26:21] Using gulpfile ~/_play/ionic-start/gulpfile.js
[15:26:21] Starting 'sass'...
[15:26:21] Starting 'coffee'...
[15:26:21] Starting 'index'...
[ '~/_play/ionic-start/www/lib/angular/angular.js',
  '~/_play/ionic-start/www/lib/angular-animate/angular-animate.js',
  '~/_play/ionic-start/www/lib/angular-sanitize/angular-sanitize.js',
  '~/_play/ionic-start/www/lib/angular-ui-router/release/angular-ui-router.js',
  '~/_play/ionic-start/www/lib/ionic/fonts/ionicons.eot',
  '~/_play/ionic-start/www/lib/ionic/fonts/ionicons.svg',
  '~/_play/ionic-start/www/lib/ionic/fonts/ionicons.ttf',
  '~/_play/ionic-start/www/lib/ionic/fonts/ionicons.woff',
  '~/_play/ionic-start/www/lib/ionic/js/ionic.js',
  '~/_play/ionic-start/www/lib/ionic/js/ionic-angular.js' ]
[15:26:21] Finished 'index' after 19 ms
[15:26:21] Starting 'watch'...
[15:26:21] Finished 'watch' after 26 ms

stream.js:94
      throw er; // Unhandled stream error in pipe.
            ^
Error: File: "app.js" without content. You have to read it with gulp.src(..)

This is the index.html I have

    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
        <title></title>
        <!-- vendor css -->
        <!-- bower:css -->
        <!-- endinject -->

        <!-- your css -->
        <!-- inject:css -->
        <link rel="stylesheet" href="css/app.css">
        <!-- endinject -->

        <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
        <link href="css/ionic.app.css" rel="stylesheet">
        -->

        <!-- ionic/angularjs js -->
        <script src="lib/ionic/js/ionic.bundle.js"></script>

        <!-- cordova script (this will be a 404 during development) -->
        <script src="cordova.js"></script>

      </head>

      <body ng-app="starter">
        <ion-nav-view></ion-nav-view>
        <!-- vendor js -->
        <!-- bower:js -->
        <!-- endinject -->

        <!-- your app's js -->
        <!-- inject:js -->
        <script src="js/services.js"></script>
        <script src="js/filters.js"></script>
        <script src="js/directives.js"></script>
        <script src="js/controllers.js"></script>
        <script src="js/app.js"></script>
        <!-- endinject -->
      </body>
    </html>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.