Giter VIP home page Giter VIP logo

site-start's People

Contributors

alkrauss48 avatar darrenjaworski avatar kotyy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ryanbott

site-start's Issues

2.0: Make issues

Quick things while playing with this

  • Doesn't install packages unless change package.json version to 2.0.0 instead of 2.0.0.rc1
  • Doesn't install gulp globally if not installed

gitignore

Should the folder dist be included in the gitignore?

Loading js from root folder off home page

https://github.com/Staplegun-US/site-start/blob/master/resources/craft/templates/_layout.html#L50

I don't think I had this issue in the past, but on fellers snider the js.min path would be appended to the url on the stage site and wouldn't load so i fixed it as follows - the '/' needs to be before/outside the cacheBuster function, as follows

<script src="{% if craft.config.devMode %}/js/script.js{% else %}/{{ cacheBuster('js/script.min.js') }}{% endif %}"></script>

Add Default Icon Fonts

Include fonts and stylesheet for default font icons like facebook, linkedin, twitter, pinterest, phone, email, google-maps-icon, etc.

Gulpfile server task

We shouldn't need a server task because we're using browser-sync. Unless I'm missing the distinction? It's not tin the default task anyway.

ForEach isn't polyfilled

Babel polyfill replaces => functions with forEach, not a for loop and isn't supported on IE10 or before.

normalize css

I'm getting an error when I try to compile saying I need to specify normalize.css or _normalize.scss.

Can we skip a makefile?

Can we use a "start" script in the package.json to "npm install && bower install && gulp"?

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.