Code Monkey home page Code Monkey logo

middleman_starter_kit's People

Contributors

coskuntekin avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

middleman_starter_kit's Issues

change haml to erb

hi... i'm an new comer in middleman... can i change haml to erb? because i don't understand haml at all... please help me....

Remove Compass dependency?

Hi,

As you may know, Compass is not being supported any longer. Could you please give me a hint on how to remove the Compass dependency from this kit?
I'm getting some warnings from Compass and would also like to keep my site more lightweight by removing unwanted components.

Thanks!

Cannot serve glyphicon.

Failed to load resource: the server responded with a status of 404 (Not Found)

http://127.0.0.1:4567/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2

http:///127.0.0.1:4567/assets/fonts/bootstrap/glyphicons-halflings-regular.woff

http:///127.0.0.1:4567/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf

my config.rb is

configure :development do

  #To activate the middleman-sprockets
  activate :sprockets
  sprockets.append_path File.join root, "bower_components"

  # Automatic image dimensions on image_tag helpers
  activate :automatic_image_sizes

  # Reload the browser automatically whenever files change
  activate :livereload,  :no_swf => true

  # Assets Pipeline Sets
  set :haml, {ugly: false, format: :html5}
  set :css_dir, 'assets/stylesheets'
  set :js_dir, 'assets/javascripts'
  set :images_dir, 'assets/images'
  set :fonts_dir, 'assets/fonts'

  # Pretty URLs
  # activate :directory_indexes
end

I'm in dev mode and viewing the site via http://127.0.0.1:4567

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.