Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Not Working for grunt serve #70

Closed
ghost opened this issue Jan 27, 2014 · 5 comments
Closed

CSS Not Working for grunt serve #70

ghost opened this issue Jan 27, 2014 · 5 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2014

The boilerplate, Yeoman landing page after running the generator doesn't show CSS at all. I'm probably missing something obvious but I have tried to follow the README as closely as possible. I'm running:

mkdir my_webapp && cd $_
yo angular-fullstack my_webapp

(chose NO SaSS, NO Bootstrap, and no extra angular plugins)

I then run:

grunt serve

Here is my console output:

my$ mkdir my_webapp
my$ cd $_
my_webapp$ yo angular-fullstack my_webapp

     _-----_
    |       |
    |--(o)--|   .--------------------------.
   `---------´  |    Welcome to Yeoman,    |
    ( _´U`_ )   |   ladies and gentlemen!  |
    /___A___\   '__________________________'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

Out of the box I include Bootstrap and some AngularJS recommended modules.

[?] Would you like to use Sass (with Compass)? No
[?] Would you like to include Twitter Bootstrap? No
[?] Which modules would you like to include?
[?] Would you like to include MongoDB with Mongoose? No
   create app/styles/main.css
   create app/scripts/controllers/navbar.js
   create app/views/index.html
   create app/views/partials/main.html
   create app/views/partials/navbar.html
   create app/views/404.html
   create bower.json
   create package.json
   create Gruntfile.js
   create app/images/yeoman.png
   create server.js
   create lib/.jshintrc
   create lib/controllers/api.js
   create lib/controllers/index.js
   create lib/routes.js
   create lib/config/express.js
   create lib/config/config.js
   create lib/config/env/all.js
   create lib/config/env/development.js
   create lib/config/env/production.js
   create lib/config/env/test.js
   invoke   angular-fullstack:common:/Users/smthmarketable/.nvm/v0.10.25/lib/node_modules/generator-angular-fullstack/app/index.js
   create     .bowerrc
   create     .editorconfig
   create     .gitattributes
   create     .jshintrc
   create     app/.buildignore
   create     app/.htaccess
   create     app/favicon.ico
   create     app/robots.txt
   create     test/.jshintrc
   create     test/runner.html
   create     .gitignore
   invoke   angular-fullstack:main:/Users/smthmarketable/.nvm/v0.10.25/lib/node_modules/generator-angular-fullstack/app/index.js
   create     app/scripts/app.js
   invoke   angular-fullstack:controller:/Users/smthmarketable/.nvm/v0.10.25/lib/node_modules/generator-angular-fullstack/app/index.js
   create     app/scripts/controllers/main.js
   create     test/spec/controllers/main.js


I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.


npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
npm http GET https://registry.npmjs.org/grunt-bower-install
npm http GET https://registry.npmjs.org/ejs
npm http GET https://registry.npmjs.org/grunt
npm http GET https://registry.npmjs.org/grunt-concurrent
npm http GET https://registry.npmjs.org/grunt-contrib-clean
npm http GET https://registry.npmjs.org/grunt-autoprefixer
npm http GET https://registry.npmjs.org/grunt-contrib-coffee
npm http GET https://registry.npmjs.org/grunt-contrib-compass
npm http GET https://registry.npmjs.org/grunt-contrib-copy
npm http GET https://registry.npmjs.org/grunt-contrib-concat
npm http GET https://registry.npmjs.org/grunt-contrib-htmlmin
npm http GET https://registry.npmjs.org/grunt-contrib-cssmin
   invoke   karma:app
   create     karma.conf.js
   create     karma-e2e.conf.js
   create     .travis.yml
npm http GET https://registry.npmjs.org/jpegtran-bin/0.2.0
npm http GET https://registry.npmjs.org/grunt-contrib-imagemin
npm http GET https://registry.npmjs.org/grunt-contrib-jshint
npm http GET https://registry.npmjs.org/grunt-contrib-uglify
npm http GET https://registry.npmjs.org/grunt-contrib-watch
npm http GET https://registry.npmjs.org/grunt-google-cdn
npm http GET https://registry.npmjs.org/grunt-newer
npm http GET https://registry.npmjs.org/grunt-ngmin
npm http GET https://registry.npmjs.org/grunt-rev
npm http GET https://registry.npmjs.org/jshint-stylish
npm http GET https://registry.npmjs.org/grunt-svgmin
npm http GET https://registry.npmjs.org/load-grunt-tasks
npm http GET https://registry.npmjs.org/grunt-usemin
npm http GET https://registry.npmjs.org/time-grunt
npm http GET https://registry.npmjs.org/grunt-express-server
npm http GET https://registry.npmjs.org/connect-livereload
npm http GET https://registry.npmjs.org/karma-ng-scenario
npm http GET https://registry.npmjs.org/grunt-open
npm http GET https://registry.npmjs.org/karma-firefox-launcher
npm http GET https://registry.npmjs.org/grunt-karma
npm http GET https://registry.npmjs.org/karma-html2js-preprocessor
npm http GET https://registry.npmjs.org/karma-script-launcher
npm http GET https://registry.npmjs.org/karma-jasmine
npm http GET https://registry.npmjs.org/karma-chrome-launcher
npm http GET https://registry.npmjs.org/karma-requirejs
npm http GET https://registry.npmjs.org/requirejs
npm http GET https://registry.npmjs.org/karma-phantomjs-launcher
npm http GET https://registry.npmjs.org/karma-coffee-preprocessor
npm http GET https://registry.npmjs.org/karma-ng-html2js-preprocessor
npm http GET https://registry.npmjs.org/karma
npm http GET https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/grunt-concurrent
npm http 304 https://registry.npmjs.org/grunt-bower-install
npm http 304 https://registry.npmjs.org/grunt-contrib-clean
npm http 304 https://registry.npmjs.org/ejs
npm http 304 https://registry.npmjs.org/grunt
npm http 304 https://registry.npmjs.org/grunt-autoprefixer
npm http 304 https://registry.npmjs.org/grunt-contrib-coffee
npm http 304 https://registry.npmjs.org/grunt-contrib-compass
npm http 304 https://registry.npmjs.org/grunt-contrib-copy
npm http 304 https://registry.npmjs.org/grunt-contrib-concat
npm http 304 https://registry.npmjs.org/grunt-contrib-htmlmin
npm http 304 https://registry.npmjs.org/grunt-contrib-cssmin
npm http 304 https://registry.npmjs.org/jpegtran-bin/0.2.0
npm http 304 https://registry.npmjs.org/grunt-contrib-imagemin
npm http 304 https://registry.npmjs.org/grunt-contrib-jshint
npm http 304 https://registry.npmjs.org/grunt-contrib-watch
npm http 304 https://registry.npmjs.org/grunt-ngmin
npm http 304 https://registry.npmjs.org/grunt-contrib-uglify
npm http 304 https://registry.npmjs.org/grunt-google-cdn
npm http 304 https://registry.npmjs.org/grunt-newer
npm http 304 https://registry.npmjs.org/grunt-rev
npm http 304 https://registry.npmjs.org/grunt-svgmin
npm http 304 https://registry.npmjs.org/jshint-stylish
npm http 304 https://registry.npmjs.org/grunt-usemin
npm http 304 https://registry.npmjs.org/load-grunt-tasks
npm http 304 https://registry.npmjs.org/time-grunt
npm http 304 https://registry.npmjs.org/karma-firefox-launcher
npm http 304 https://registry.npmjs.org/connect-livereload
bower angular#1.2.6             cached git://github.com/angular/bower-angular.git#1.2.6
bower angular#1.2.6           validate 1.2.6 against git://github.com/angular/bower-angular.git#1.2.6
npm http 304 https://registry.npmjs.org/karma-ng-scenario
npm http 304 https://registry.npmjs.org/grunt-open
bower json3#~3.2.6              cached git://github.com/bestiejs/json3.git#3.2.6
bower json3#~3.2.6            validate 3.2.6 against git://github.com/bestiejs/json3.git#~3.2.6
bower angular-mocks#1.2.6       cached git://github.com/angular/bower-angular-mocks.git#1.2.6
bower angular-mocks#1.2.6     validate 1.2.6 against git://github.com/angular/bower-angular-mocks.git#1.2.6
bower es5-shim#~2.1.0           cached git://github.com/kriskowal/es5-shim.git#2.1.0
bower es5-shim#~2.1.0         validate 2.1.0 against git://github.com/kriskowal/es5-shim.git#~2.1.0
bower angular-scenario#1.2.6    cached git://github.com/angular/bower-angular-scenario.git#1.2.6
bower angular-scenario#1.2.6  validate 1.2.6 against git://github.com/angular/bower-angular-scenario.git#1.2.6
npm http 304 https://registry.npmjs.org/karma-html2js-preprocessor
npm http 304 https://registry.npmjs.org/grunt-karma
npm http 304 https://registry.npmjs.org/karma-script-launcher
npm http 304 https://registry.npmjs.org/karma-jasmine
npm http 304 https://registry.npmjs.org/requirejs
npm http 304 https://registry.npmjs.org/grunt-express-server
npm http 304 https://registry.npmjs.org/karma-coffee-preprocessor
npm http 304 https://registry.npmjs.org/karma-requirejs
npm http 304 https://registry.npmjs.org/karma-chrome-launcher
npm http 304 https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/karma-phantomjs-launcher
npm http 304 https://registry.npmjs.org/karma-ng-html2js-preprocessor
npm http 304 https://registry.npmjs.org/express
npm http 304 https://registry.npmjs.org/karma
bower es5-shim#~2.1.0          install es5-shim#2.1.0
bower angular-scenario#1.2.6   install angular-scenario#1.2.6
bower angular#1.2.6            install angular#1.2.6
bower angular-mocks#1.2.6      install angular-mocks#1.2.6
bower json3#~3.2.6             install json3#3.2.6

es5-shim#2.1.0 app/bower_components/es5-shim

angular-scenario#1.2.6 app/bower_components/angular-scenario
└── angular#1.2.6

angular#1.2.6 app/bower_components/angular

angular-mocks#1.2.6 app/bower_components/angular-mocks
└── angular#1.2.6

json3#3.2.6 app/bower_components/json3
npm http GET https://registry.npmjs.org/globule
npm http GET https://registry.npmjs.org/findup-sync
npm http GET https://registry.npmjs.org/google-cdn
npm http GET https://registry.npmjs.org/bower
npm http GET https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/hooker
npm http GET https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/date-time
npm http GET https://registry.npmjs.org/svgo
npm http GET https://registry.npmjs.org/filesize
npm http GET https://registry.npmjs.org/text-table
npm http GET https://registry.npmjs.org/coffee-script/1.6.3
npm http GET https://registry.npmjs.org/phantomjs
npm http 304 https://registry.npmjs.org/globule
npm http GET https://registry.npmjs.org/lpad
npm http GET https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/filesize
npm http GET https://registry.npmjs.org/optipng-bin
npm http GET https://registry.npmjs.org/gifsicle
npm http GET https://registry.npmjs.org/chalk
npm http 304 https://registry.npmjs.org/chalk
npm http 304 https://registry.npmjs.org/findup-sync
npm http GET https://registry.npmjs.org/pngquant-bin
npm http 304 https://registry.npmjs.org/hooker
npm http 304 https://registry.npmjs.org/google-cdn
npm http 304 https://registry.npmjs.org/bower
npm http GET https://registry.npmjs.org/autoprefixer
npm http 304 https://registry.npmjs.org/coffee-script/1.6.3
npm http 304 https://registry.npmjs.org/date-time
npm http 304 https://registry.npmjs.org/svgo
npm http 304 https://registry.npmjs.org/text-table
npm http 304 https://registry.npmjs.org/filesize
npm http 304 https://registry.npmjs.org/lpad
npm http 304 https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/filesize
npm http 304 https://registry.npmjs.org/optipng-bin
npm http 304 https://registry.npmjs.org/chalk
npm http 304 https://registry.npmjs.org/gifsicle
npm http 304 https://registry.npmjs.org/pngquant-bin
npm http 200 https://registry.npmjs.org/phantomjs
npm http 304 https://registry.npmjs.org/autoprefixer
npm http GET https://registry.npmjs.org/tmp/0.0.21
npm http GET https://registry.npmjs.org/dargs
npm http GET https://registry.npmjs.org/ngmin
npm http 304 https://registry.npmjs.org/dargs
npm http GET https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.7-1.tgz
npm http GET https://registry.npmjs.org/wiredep
npm http 304 https://registry.npmjs.org/ngmin
npm http 304 https://registry.npmjs.org/tmp/0.0.21
npm http GET https://registry.npmjs.org/which
npm http GET https://registry.npmjs.org/mocha
npm http GET https://registry.npmjs.org/tar
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/mkdirp
npm http 200 https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.7-1.tgz
npm http 304 https://registry.npmjs.org/wiredep
npm http 304 https://registry.npmjs.org/which
npm http 304 https://registry.npmjs.org/tar
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/request
npm http 304 https://registry.npmjs.org/mocha
npm http GET https://registry.npmjs.org/html-minifier
npm http GET https://registry.npmjs.org/grunt-lib-contrib
npm http 304 https://registry.npmjs.org/html-minifier
npm http 304 https://registry.npmjs.org/grunt-lib-contrib
npm http GET https://registry.npmjs.org/has-color
npm http GET https://registry.npmjs.org/ansi-styles
npm http GET https://registry.npmjs.org/ansi-styles
npm http GET https://registry.npmjs.org/strip-ansi
npm http 304 https://registry.npmjs.org/has-color
npm http 304 https://registry.npmjs.org/ansi-styles
npm http 304 https://registry.npmjs.org/strip-ansi
npm http 304 https://registry.npmjs.org/ansi-styles
npm http GET https://registry.npmjs.org/open
npm http GET https://registry.npmjs.org/rimraf
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/debug
npm http GET https://registry.npmjs.org/bin-wrapper
npm http 304 https://registry.npmjs.org/rimraf
npm http 304 https://registry.npmjs.org/open
npm http 304 https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/bin-wrapper
npm http 304 https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/jshint
npm http 304 https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/jshint
npm http GET https://registry.npmjs.org/clean-css
npm http 304 https://registry.npmjs.org/clean-css
npm http GET https://registry.npmjs.org/clone
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/astral-angular-annotate
npm http GET https://registry.npmjs.org/astral
npm http GET https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/escodegen
npm http 304 https://registry.npmjs.org/astral-angular-annotate
npm http 304 https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/mout
npm http GET https://registry.npmjs.org/progress
npm http GET https://registry.npmjs.org/download
npm http 304 https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/isbin/0.0.2
npm http 304 https://registry.npmjs.org/clone
npm http 304 https://registry.npmjs.org/astral
npm http 304 https://registry.npmjs.org/download
npm http 304 https://registry.npmjs.org/escodegen
npm http 304 https://registry.npmjs.org/progress
npm http 304 https://registry.npmjs.org/isbin/0.0.2
npm http 304 https://registry.npmjs.org/mout
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/colors
npm http GET https://registry.npmjs.org/dateformat/1.0.2-1.2.3
npm http GET https://registry.npmjs.org/iconv-lite
npm http GET https://registry.npmjs.org/eventemitter2
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/getobject
npm http GET https://registry.npmjs.org/underscore.string
npm http GET https://registry.npmjs.org/js-yaml
npm http GET https://registry.npmjs.org/exit
npm http GET https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/zlib-browserify/0.0.1
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/colors
npm http 304 https://registry.npmjs.org/iconv-lite
npm http 304 https://registry.npmjs.org/eventemitter2
npm http 304 https://registry.npmjs.org/getobject
npm http 304 https://registry.npmjs.org/dateformat/1.0.2-1.2.3
npm http 304 https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/exit
npm http 304 https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/zlib-browserify/0.0.1
npm http 304 https://registry.npmjs.org/js-yaml
npm http GET https://registry.npmjs.org/fresh/0.2.0
npm http GET https://registry.npmjs.org/methods/0.1.0
npm http GET https://registry.npmjs.org/cookie-signature/1.0.1
npm http GET https://registry.npmjs.org/send/0.1.4
npm http GET https://registry.npmjs.org/merge-descriptors/0.0.1
npm http GET https://registry.npmjs.org/commander/1.3.2
npm http GET https://registry.npmjs.org/connect/2.12.0
npm http GET https://registry.npmjs.org/range-parser/0.0.4
npm http GET https://registry.npmjs.org/mkdirp/0.3.5
npm http GET https://registry.npmjs.org/cookie/0.1.0
npm http GET https://registry.npmjs.org/buffer-crc32/0.2.1
npm http GET https://registry.npmjs.org/uglify-js
npm http GET https://registry.npmjs.org/decompress
npm http GET https://registry.npmjs.org/each-async
npm http 304 https://registry.npmjs.org/fresh/0.2.0
npm http 304 https://registry.npmjs.org/merge-descriptors/0.0.1
npm http GET https://registry.npmjs.org/through2
npm http 304 https://registry.npmjs.org/send/0.1.4
npm http 304 https://registry.npmjs.org/cookie-signature/1.0.1
npm http 304 https://registry.npmjs.org/commander/1.3.2
npm http 304 https://registry.npmjs.org/methods/0.1.0
npm http 304 https://registry.npmjs.org/range-parser/0.0.4
npm http 304 https://registry.npmjs.org/mkdirp/0.3.5
npm http 304 https://registry.npmjs.org/cookie/0.1.0
npm http 304 https://registry.npmjs.org/connect/2.12.0
npm http 304 https://registry.npmjs.org/buffer-crc32/0.2.1
npm http 304 https://registry.npmjs.org/decompress
npm http 304 https://registry.npmjs.org/each-async
npm http 304 https://registry.npmjs.org/uglify-js
npm http 304 https://registry.npmjs.org/through2
npm http GET https://registry.npmjs.org/async/0.1.22
npm http 304 https://registry.npmjs.org/async/0.1.22
npm http GET https://registry.npmjs.org/keypress
npm http GET https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/keypress
npm http 304 https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/adm-zip
npm http GET https://registry.npmjs.org/stream-combiner
npm http GET https://registry.npmjs.org/tempfile
npm http 304 https://registry.npmjs.org/tempfile
npm http GET https://registry.npmjs.org/abbrev
npm http 304 https://registry.npmjs.org/adm-zip
npm http 304 https://registry.npmjs.org/stream-combiner
npm http GET https://registry.npmjs.org/astral-pass
npm http 304 https://registry.npmjs.org/abbrev
npm http 304 https://registry.npmjs.org/astral-pass
npm http GET https://registry.npmjs.org/mime
npm http 304 https://registry.npmjs.org/mime
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/xtend
npm http GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/estraverse
npm http GET https://registry.npmjs.org/source-map
npm http GET https://registry.npmjs.org/uuid
npm http 304 https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/xtend
npm http GET https://registry.npmjs.org/wordwrap
npm http GET https://registry.npmjs.org/minimist
npm http 304 https://registry.npmjs.org/source-map
npm http 304 https://registry.npmjs.org/estraverse
npm http 304 https://registry.npmjs.org/uuid
npm http 304 https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/minimist
npm http GET https://registry.npmjs.org/block-stream
npm http GET https://registry.npmjs.org/fstream
npm http GET https://registry.npmjs.org/duplexer
npm http GET https://registry.npmjs.org/tiny-lr/0.0.4
npm http GET https://registry.npmjs.org/gaze
npm http 304 https://registry.npmjs.org/fstream
npm http 304 https://registry.npmjs.org/block-stream
npm http 304 https://registry.npmjs.org/gaze
npm http 304 https://registry.npmjs.org/tiny-lr/0.0.4
npm http 304 https://registry.npmjs.org/duplexer
npm http GET https://registry.npmjs.org/qs
npm http GET https://registry.npmjs.org/json-stringify-safe
npm http GET https://registry.npmjs.org/tough-cookie
npm http GET https://registry.npmjs.org/forever-agent
npm http GET https://registry.npmjs.org/form-data
npm http GET https://registry.npmjs.org/tunnel-agent
npm http GET https://registry.npmjs.org/node-uuid
npm http GET https://registry.npmjs.org/oauth-sign
npm http GET https://registry.npmjs.org/http-signature
npm http GET https://registry.npmjs.org/aws-sign2
npm http GET https://registry.npmjs.org/hawk
npm http 304 https://registry.npmjs.org/json-stringify-safe
npm http 304 https://registry.npmjs.org/forever-agent
npm http 304 https://registry.npmjs.org/form-data
npm http 304 https://registry.npmjs.org/qs
npm http 304 https://registry.npmjs.org/tunnel-agent
npm http 304 https://registry.npmjs.org/oauth-sign
npm http 304 https://registry.npmjs.org/http-signature
npm http 304 https://registry.npmjs.org/tough-cookie
npm http 304 https://registry.npmjs.org/aws-sign2
npm http 304 https://registry.npmjs.org/hawk
npm http 304 https://registry.npmjs.org/node-uuid
npm http GET https://registry.npmjs.org/adm-zip/0.2.1
npm http GET https://registry.npmjs.org/npmconf/0.0.24
npm http GET https://registry.npmjs.org/ncp/0.4.2
npm http GET https://registry.npmjs.org/kew
npm http GET https://registry.npmjs.org/object-keys
npm http 304 https://registry.npmjs.org/adm-zip/0.2.1
npm http 304 https://registry.npmjs.org/kew
npm http 304 https://registry.npmjs.org/ncp/0.4.2
npm http 304 https://registry.npmjs.org/npmconf/0.0.24
npm http 304 https://registry.npmjs.org/object-keys
npm http GET https://registry.npmjs.org/combined-stream
npm http GET https://registry.npmjs.org/css-parse
npm http GET https://registry.npmjs.org/css-stringify
npm http 304 https://registry.npmjs.org/combined-stream
npm http 304 https://registry.npmjs.org/css-stringify
npm http 304 https://registry.npmjs.org/css-parse
npm http GET https://registry.npmjs.org/argparse
npm http 304 https://registry.npmjs.org/argparse
npm http GET https://registry.npmjs.org/assert-plus/0.1.2
npm http GET https://registry.npmjs.org/asn1/0.1.11
npm http GET https://registry.npmjs.org/ctype/0.5.2
npm http GET https://registry.npmjs.org/string_decoder
npm http 304 https://registry.npmjs.org/assert-plus/0.1.2
npm http 304 https://registry.npmjs.org/ctype/0.5.2
npm http 304 https://registry.npmjs.org/asn1/0.1.11
npm http 304 https://registry.npmjs.org/string_decoder
npm http GET https://registry.npmjs.org/faye-websocket
npm http GET https://registry.npmjs.org/noptify
npm http GET https://registry.npmjs.org/aws-sign
npm http GET https://registry.npmjs.org/cookie-jar
npm http 304 https://registry.npmjs.org/noptify
npm http 304 https://registry.npmjs.org/faye-websocket
npm http 304 https://registry.npmjs.org/cookie-jar
npm http 304 https://registry.npmjs.org/aws-sign
npm http GET https://registry.npmjs.org/config-chain
npm http GET https://registry.npmjs.org/once
npm http GET https://registry.npmjs.org/osenv/0.0.3
npm http GET https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/config-chain
npm http 304 https://registry.npmjs.org/osenv/0.0.3
npm http 304 https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/once
npm http GET https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/globule
npm http GET https://registry.npmjs.org/glob/3.2.1
npm http GET https://registry.npmjs.org/jade/0.26.3
npm http GET https://registry.npmjs.org/diff/1.0.2
npm http GET https://registry.npmjs.org/commander/0.6.1
npm http GET https://registry.npmjs.org/growl
npm http 304 https://registry.npmjs.org/globule
npm http 304 https://registry.npmjs.org/jade/0.26.3
npm http 304 https://registry.npmjs.org/growl
npm http 304 https://registry.npmjs.org/glob/3.2.1
npm http 304 https://registry.npmjs.org/commander/0.6.1
npm http 304 https://registry.npmjs.org/diff/1.0.2
npm http GET https://registry.npmjs.org/delayed-stream/0.0.5
npm http 304 https://registry.npmjs.org/delayed-stream/0.0.5
npm http GET https://registry.npmjs.org/proto-list
npm http GET https://registry.npmjs.org/amdefine
npm http GET https://registry.npmjs.org/whet.extend
npm http GET https://registry.npmjs.org/sax
npm http GET https://registry.npmjs.org/coa
npm http 304 https://registry.npmjs.org/amdefine
npm http 304 https://registry.npmjs.org/proto-list
npm http 304 https://registry.npmjs.org/sax
npm http 304 https://registry.npmjs.org/whet.extend
npm http 304 https://registry.npmjs.org/coa
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/punycode
npm http 304 https://registry.npmjs.org/punycode
npm http GET https://registry.npmjs.org/uglify-to-browserify
npm http GET https://registry.npmjs.org/optimist

> [email protected] install /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma-phantomjs-launcher/node_modules/phantomjs
> node install.js

Downloading http://cdn.bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip
Saving to /var/folders/tj/k81kl5m13blc_yfs6pr05wnh0000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip
Receiving...
Received 823K...
Received 1607K...
Received 2401K...
Received 3183K...
Received 3965K...
Received 4749K...
Received 5541K...
Received 6323K...
Received 7152K...
Received 7936K...
Received 8741K...
Received 9186K total.
Extracting zip contents
Copying extracted folder /var/folders/tj/k81kl5m13blc_yfs6pr05wnh0000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip-extract-1390847801618/phantomjs-1.9.7-macosx -> /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs
npm http 304 https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/uglify-to-browserify
npm http GET https://registry.npmjs.org/boom
npm http GET https://registry.npmjs.org/cryptiles
npm http GET https://registry.npmjs.org/sntp
npm http GET https://registry.npmjs.org/hoek
npm http 304 https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/hoek
npm http 304 https://registry.npmjs.org/cryptiles
npm http 304 https://registry.npmjs.org/boom
npm http 304 https://registry.npmjs.org/sntp
npm http GET https://registry.npmjs.org/console-browserify
npm http GET https://registry.npmjs.org/cli
npm http GET https://registry.npmjs.org/shelljs
npm http 304 https://registry.npmjs.org/console-browserify
npm http 304 https://registry.npmjs.org/cli
npm http 304 https://registry.npmjs.org/shelljs
npm http GET https://registry.npmjs.org/pause/0.0.1
npm http GET https://registry.npmjs.org/bytes/0.2.1
npm http GET https://registry.npmjs.org/uid2/0.0.3
npm http GET https://registry.npmjs.org/raw-body/1.1.2
npm http GET https://registry.npmjs.org/negotiator/0.3.0
npm http GET https://registry.npmjs.org/multiparty/2.2.0
npm http GET https://registry.npmjs.org/batch/0.5.0
npm http GET https://registry.npmjs.org/qs/0.6.6
npm http GET https://registry.npmjs.org/q
npm http 304 https://registry.npmjs.org/raw-body/1.1.2
npm http 304 https://registry.npmjs.org/pause/0.0.1
npm http 304 https://registry.npmjs.org/uid2/0.0.3
npm http 304 https://registry.npmjs.org/multiparty/2.2.0
npm http 304 https://registry.npmjs.org/negotiator/0.3.0
npm http 304 https://registry.npmjs.org/batch/0.5.0
npm http 304 https://registry.npmjs.org/qs/0.6.6
npm http 304 https://registry.npmjs.org/q
npm http 304 https://registry.npmjs.org/bytes/0.2.1
npm http GET https://registry.npmjs.org/mkdirp/0.3.0
npm http GET https://registry.npmjs.org/esprima
npm http 304 https://registry.npmjs.org/mkdirp/0.3.0
npm http 304 https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/di
npm http GET https://registry.npmjs.org/chokidar
npm http GET https://registry.npmjs.org/socket.io
npm http GET https://registry.npmjs.org/rimraf
npm http GET https://registry.npmjs.org/http-proxy
npm http GET https://registry.npmjs.org/colors/0.6.0-1
npm http GET https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/log4js
npm http GET https://registry.npmjs.org/useragent
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/connect
npm http GET https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/http-proxy
npm http 304 https://registry.npmjs.org/chokidar
npm http 304 https://registry.npmjs.org/socket.io
npm http 304 https://registry.npmjs.org/rimraf
npm http 304 https://registry.npmjs.org/colors/0.6.0-1
npm http 304 https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/log4js
npm http 304 https://registry.npmjs.org/useragent
npm http 304 https://registry.npmjs.org/di
npm http 304 https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/connect
npm http 304 https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/sigmund
npm http GET https://registry.npmjs.org/fstream
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/block-stream
npm http 304 https://registry.npmjs.org/block-stream
npm http 304 https://registry.npmjs.org/fstream
npm http 304 https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/wordwrap

> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/grunt-autoprefixer
>


> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma/node_modules/chokidar
> node setup-deps.js

Executing npm install [email protected] [email protected]

> [email protected] install /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild

  CXX(target) Release/obj.target/fswatch/nodefsevents.o
  SOLINK_MODULE(target) Release/fswatch.node
  SOLINK_MODULE(target) Release/fswatch.node: Finished
[email protected] node_modules/recursive-readdir

[email protected] node_modules/fsevents

npm http GET https://registry.npmjs.org/base64id/0.1.0
npm http GET https://registry.npmjs.org/redis/0.7.3
npm http GET https://registry.npmjs.org/socket.io-client/0.9.16
npm http GET https://registry.npmjs.org/policyfile/0.0.4
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/promptly
npm http GET https://registry.npmjs.org/rc
npm http GET https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/read-package-json
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/stable
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/tar
npm http GET https://registry.npmjs.org/unzip/0.1.7
npm http GET https://registry.npmjs.org/tmp
npm http GET https://registry.npmjs.org/update-notifier
npm http GET https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/colors
npm http GET https://registry.npmjs.org/archy
npm http GET https://registry.npmjs.org/hogan.js
npm http 304 https://registry.npmjs.org/base64id/0.1.0
npm http 304 https://registry.npmjs.org/redis/0.7.3
npm http 304 https://registry.npmjs.org/socket.io-client/0.9.16
npm http 304 https://registry.npmjs.org/policyfile/0.0.4
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/rc
npm http 304 https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/semver
npm http 304 https://registry.npmjs.org/request
npm http 304 https://registry.npmjs.org/tar
npm http 304 https://registry.npmjs.org/read-package-json
npm http 304 https://registry.npmjs.org/stable
npm http 304 https://registry.npmjs.org/unzip/0.1.7
npm http 304 https://registry.npmjs.org/tmp
npm http 304 https://registry.npmjs.org/colors
npm http 304 https://registry.npmjs.org/abbrev
npm http 304 https://registry.npmjs.org/update-notifier
npm http 304 https://registry.npmjs.org/archy
npm http 304 https://registry.npmjs.org/promptly
npm http 304 https://registry.npmjs.org/hogan.js
npm http GET https://registry.npmjs.org/config-chain
npm http GET https://registry.npmjs.org/configstore
npm http GET https://registry.npmjs.org/chalk
npm http 304 https://registry.npmjs.org/config-chain
npm http 304 https://registry.npmjs.org/configstore
npm http 304 https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/read
npm http 304 https://registry.npmjs.org/read
npm http GET https://registry.npmjs.org/slide
npm http GET https://registry.npmjs.org/npmlog
npm http 304 https://registry.npmjs.org/slide
npm http GET https://registry.npmjs.org/has-color
npm http GET https://registry.npmjs.org/osenv/0.0.3
npm http GET https://registry.npmjs.org/ansi-styles
npm http GET https://registry.npmjs.org/js-yaml
npm http 304 https://registry.npmjs.org/npmlog
npm http 304 https://registry.npmjs.org/has-color
npm http 304 https://registry.npmjs.org/js-yaml
npm http 304 https://registry.npmjs.org/ansi-styles
npm http 304 https://registry.npmjs.org/osenv/0.0.3
npm http GET https://registry.npmjs.org/ini
npm http GET https://registry.npmjs.org/proto-list
npm http 304 https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/proto-list
npm http GET https://registry.npmjs.org/pullstream
npm http GET https://registry.npmjs.org/binary
npm http GET https://registry.npmjs.org/setimmediate
npm http GET https://registry.npmjs.org/readable-stream
npm http GET https://registry.npmjs.org/match-stream/0.0.1
npm http GET https://registry.npmjs.org/mute-stream
npm http 304 https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/setimmediate
npm http 304 https://registry.npmjs.org/pullstream
npm http 304 https://registry.npmjs.org/binary
npm http 304 https://registry.npmjs.org/match-stream/0.0.1
npm http 304 https://registry.npmjs.org/mute-stream
npm http GET https://registry.npmjs.org/ansi
npm http 304 https://registry.npmjs.org/ansi
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/pkginfo
npm http GET https://registry.npmjs.org/utile
npm http GET https://registry.npmjs.org/async/0.1.15
npm http 304 https://registry.npmjs.org/utile
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/pkginfo
npm http 304 https://registry.npmjs.org/async/0.1.15
npm http GET https://registry.npmjs.org/slice-stream/0.0.0
npm http GET https://registry.npmjs.org/over
npm http 304 https://registry.npmjs.org/slice-stream/0.0.0
npm http 304 https://registry.npmjs.org/over
npm http GET https://registry.npmjs.org/cookie/0.1.0
npm http GET https://registry.npmjs.org/buffer-crc32/0.2.1
npm http GET https://registry.npmjs.org/send/0.1.4
npm http GET https://registry.npmjs.org/bytes/0.2.0
npm http GET https://registry.npmjs.org/fresh/0.2.0
npm http GET https://registry.npmjs.org/uid2/0.0.2
npm http GET https://registry.npmjs.org/debug
npm http GET https://registry.npmjs.org/qs/0.6.5
npm http GET https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/cookie-signature/1.0.1
npm http GET https://registry.npmjs.org/formidable/1.0.14
npm http GET https://registry.npmjs.org/buffers
npm http 304 https://registry.npmjs.org/bytes/0.2.0
npm http 304 https://registry.npmjs.org/buffer-crc32/0.2.1
npm http 304 https://registry.npmjs.org/send/0.1.4
npm http 304 https://registry.npmjs.org/fresh/0.2.0
npm http 304 https://registry.npmjs.org/uid2/0.0.2
npm http 304 https://registry.npmjs.org/qs/0.6.5
npm http 304 https://registry.npmjs.org/methods/0.0.1
npm http 304 https://registry.npmjs.org/cookie/0.1.0
npm http 304 https://registry.npmjs.org/formidable/1.0.14
npm http 304 https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/buffers
npm http 304 https://registry.npmjs.org/cookie-signature/1.0.1
npm http GET https://registry.npmjs.org/string_decoder
npm http 304 https://registry.npmjs.org/string_decoder
npm http GET https://registry.npmjs.org/i
npm http GET https://registry.npmjs.org/ncp
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/deep-equal
npm http GET https://registry.npmjs.org/chainsaw
npm http 304 https://registry.npmjs.org/i
npm http 304 https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/deep-equal
npm http GET https://registry.npmjs.org/range-parser/0.0.4
npm http GET https://registry.npmjs.org/argparse
npm http 304 https://registry.npmjs.org/ncp
npm http 304 https://registry.npmjs.org/chainsaw
npm http 304 https://registry.npmjs.org/range-parser/0.0.4
npm http 304 https://registry.npmjs.org/argparse
npm http GET https://registry.npmjs.org/minimist
npm http 304 https://registry.npmjs.org/minimist
npm http GET https://registry.npmjs.org/traverse
npm http GET https://registry.npmjs.org/http-signature
npm http GET https://registry.npmjs.org/oauth-sign
npm http GET https://registry.npmjs.org/cookie-jar
npm http GET https://registry.npmjs.org/aws-sign
npm http GET https://registry.npmjs.org/node-uuid
npm http GET https://registry.npmjs.org/mime
npm http GET https://registry.npmjs.org/form-data
npm http GET https://registry.npmjs.org/hawk
npm http GET https://registry.npmjs.org/qs
npm http GET https://registry.npmjs.org/json-stringify-safe
npm http GET https://registry.npmjs.org/forever-agent
npm http GET https://registry.npmjs.org/tunnel-agent
npm http 304 https://registry.npmjs.org/traverse
npm http 304 https://registry.npmjs.org/http-signature
npm http 304 https://registry.npmjs.org/oauth-sign
npm http 304 https://registry.npmjs.org/cookie-jar
npm http 304 https://registry.npmjs.org/mime
npm http 304 https://registry.npmjs.org/form-data
npm http 304 https://registry.npmjs.org/hawk
npm http 304 https://registry.npmjs.org/qs
npm http 304 https://registry.npmjs.org/json-stringify-safe
npm http 304 https://registry.npmjs.org/forever-agent
npm http 304 https://registry.npmjs.org/aws-sign
npm http 304 https://registry.npmjs.org/tunnel-agent
npm http 304 https://registry.npmjs.org/node-uuid
npm http GET https://registry.npmjs.org/cryptiles
npm http GET https://registry.npmjs.org/boom
npm http GET https://registry.npmjs.org/hoek
npm http GET https://registry.npmjs.org/sntp
npm http 304 https://registry.npmjs.org/cryptiles
npm http 304 https://registry.npmjs.org/sntp
npm http 304 https://registry.npmjs.org/hoek
npm http 304 https://registry.npmjs.org/boom
npm http GET https://registry.npmjs.org/combined-stream
npm http 304 https://registry.npmjs.org/combined-stream
npm http GET https://registry.npmjs.org/assert-plus/0.1.2
npm http GET https://registry.npmjs.org/asn1/0.1.11
npm http GET https://registry.npmjs.org/ctype/0.5.2
npm http 304 https://registry.npmjs.org/ctype/0.5.2
npm http 304 https://registry.npmjs.org/assert-plus/0.1.2
npm http 304 https://registry.npmjs.org/asn1/0.1.11
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string

> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/jpegtran-bin
> node pre-build.js

  3 passing (330ms)

pre-build test passed successfully, skipping build...
npm http 304 https://registry.npmjs.org/underscore.string
npm http GET https://registry.npmjs.org/delayed-stream/0.0.5
npm http 304 https://registry.npmjs.org/delayed-stream/0.0.5
npm http 304 https://registry.npmjs.org/underscore

> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/grunt-contrib-imagemin/node_modules/pngquant-bin
> node lib/check.js

  pngquant: downloading [===================] 100% 0.0s


✓ pre-build test passed successfully
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/uglify-js/1.2.5
npm http GET https://registry.npmjs.org/ws
npm http GET https://registry.npmjs.org/active-x-obfuscator/0.0.1
npm http GET https://registry.npmjs.org/xmlhttprequest/1.4.2
npm http GET https://registry.npmjs.org/stream-counter

> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/grunt-contrib-imagemin/node_modules/gifsicle
> node lib/check.js

  gifsicle: downloading [===================] 100% 0.0s


✓ pre-build test passed successfully
npm http 304 https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/stream-counter
npm http 304 https://registry.npmjs.org/uglify-js/1.2.5
npm http 304 https://registry.npmjs.org/ws
npm http 304 https://registry.npmjs.org/active-x-obfuscator/0.0.1
npm http 304 https://registry.npmjs.org/xmlhttprequest/1.4.2
npm http GET https://registry.npmjs.org/zeparser/0.0.5
npm http GET https://registry.npmjs.org/core-util-is
npm http GET https://registry.npmjs.org/debuglog/0.0.2
npm http 304 https://registry.npmjs.org/zeparser/0.0.5
npm http 304 https://registry.npmjs.org/core-util-is
npm http 304 https://registry.npmjs.org/debuglog/0.0.2
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/tinycolor
npm http GET https://registry.npmjs.org/options
npm http GET https://registry.npmjs.org/nan
npm http 304 https://registry.npmjs.org/commander
npm http 304 https://registry.npmjs.org/tinycolor
npm http 304 https://registry.npmjs.org/nan
npm http 304 https://registry.npmjs.org/options

> [email protected] install /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/bufferutil.node
  SOLINK_MODULE(target) Release/bufferutil.node: Finished
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/validation.node
  SOLINK_MODULE(target) Release/validation.node: Finished

> [email protected] postinstall /Users/smthmarketable/Documents/Code/my/my_webapp/node_modules/grunt-contrib-imagemin/node_modules/optipng-bin
> node lib/check.js

  optipng: downloading [===================] 100% 0.0s


✓ pre-build test passed successfully
[email protected] node_modules/karma-script-launcher

[email protected] node_modules/karma-chrome-launcher

[email protected] node_modules/karma-firefox-launcher

[email protected] node_modules/karma-requirejs

[email protected] node_modules/karma-html2js-preprocessor

[email protected] node_modules/karma-ng-html2js-preprocessor

[email protected] node_modules/connect-livereload

[email protected] node_modules/grunt-rev

[email protected] node_modules/karma-jasmine

[email protected] node_modules/grunt-express-server

[email protected] node_modules/grunt-contrib-concat

[email protected] node_modules/grunt-contrib-copy

[email protected] node_modules/grunt-concurrent
├── [email protected]
└── [email protected]

[email protected] node_modules/grunt-contrib-clean
└── [email protected]

[email protected] node_modules/grunt-open
└── [email protected]

[email protected] node_modules/grunt-newer

[email protected] node_modules/jshint-stylish
├── [email protected] ([email protected], [email protected], [email protected])
└── [email protected]

[email protected] node_modules/time-grunt
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected])

[email protected] node_modules/ejs

[email protected] node_modules/grunt-contrib-htmlmin
├── [email protected]
└── [email protected] ([email protected])

[email protected] node_modules/grunt-contrib-compass
├── [email protected]
├── [email protected]
└── [email protected]

[email protected] node_modules/grunt-contrib-cssmin
├── [email protected] ([email protected])
└── [email protected] ([email protected])

[email protected] node_modules/grunt-karma
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/karma-coffee-preprocessor
└── [email protected]

[email protected] node_modules/grunt-usemin
├── [email protected]
└── [email protected]

[email protected] node_modules/karma-ng-scenario

[email protected] node_modules/grunt-contrib-coffee
└── [email protected]

[email protected] node_modules/lodash

[email protected] node_modules/grunt-ngmin
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/requirejs

[email protected] node_modules/grunt-autoprefixer
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/karma-phantomjs-launcher
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/grunt-contrib-uglify
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/grunt-contrib-jshint
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/grunt-bower-install
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/grunt-svgmin
├── [email protected]
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/load-grunt-tasks
├── [email protected] ([email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/jpegtran-bin
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/grunt
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/grunt-contrib-watch
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected])

[email protected] node_modules/grunt-google-cdn
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/karma
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected])

[email protected] node_modules/grunt-contrib-imagemin
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
└── [email protected] ([email protected])
my_webapp$ bower install & npm install
[1] 28210
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[1]+  Done                    bower install
my_webapp$ grunt serve
Running "serve" task

Running "clean:server" (clean) task

Running "bower-install:app" (bower-install) task

Running "concurrent:server" (concurrent) task

    Running "copy:styles" (copy) task
    Copied 1 files

    Done, without errors.


    Execution Time (2014-01-27 18:37:14 UTC)
    loading tasks   5ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 28%
    copy:styles    12ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 67%
    Total 18ms

Running "autoprefixer:dist" (autoprefixer) task
Prefixed file ".tmp/styles/main.css" created.

Running "express:dev" (express) task
Starting background Express server
debugger listening on port 5858
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Express server listening on port 9000 in development mode

Running "open:server" (open) task

Running "watch" task
Waiting...GET / 200 15ms - 2.53kb
GET /api/awesomeThings 200 3ms - 601b
GET /partials/main 200 15ms - 504b
GET /partials/navbar 304 2ms
@DaftMonk
Copy link
Member

What exactly do you mean it doesn't show the css? Most of the default styling depends on bootstrap, so the template page won't look right if you have it disabled. But you should have a main.css which has some basic styling in it, and which you can customize for your application.

@eddiemonge
Copy link
Contributor

Your generate process shows: app/styles/main.css. Add your styles in there and you should see things. Like @DaftMonk said, since you didn't include Bootstrap, your default site is going to look pretty boring. That will be fixed pretty soon, although its a lower priority: yeoman/generator-angular#553

@ghost
Copy link
Author

ghost commented Jan 28, 2014

@DaftMonk @eddiemonge thanks for replying so promptly.

I mean that the style in app/styles/main.css was not applied at all to the main landing page after generating a new angular app using the choices I made in the above console output.

@ghost ghost closed this as completed Jan 28, 2014
@ghost
Copy link
Author

ghost commented Jan 28, 2014

I guess I have to use bootstrap to see any kind of styling.

@DaftMonk
Copy link
Member

@shindighq That doesn't sound right, the styles in main.css should be applied to the landing page, however they should look very little like the bootstrap version, and pretty close to having no styles at all.

When inspecting the elements do you see the main.css styles being applied? Did the generator create a main.css file thats being included in the index page?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants