Git Product home page Git Product logo

craft-gulp's People

Contributors

ben-rogerson avatar dependabot-preview[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

craft-gulp's Issues

Start building a core set of JS modules

Make them super-duper descriptive, like

UpdateBodyHelperClassesOnResize
UpdateBodyHelperClassesOnScroll
UpdateBodyHelperClassesOnLoad
TransitionInElementsOnScroll
InjectInlineSVGs
OpenMenuWhenBurgerClicked
SkinVideos
FlexPolyfill
StickyPolyfill

...Then import them into your main entry point and comment out if not needed for certain jobs.

Add sourcemaps

Unsure if I should include them in production yet - thinking not.

TypeScript Support

It'd be overkill to use TypeScript as a full-on 'explicitly type all the things!!' tool (unless we're working on an app where the dev cycle is long-term), but as a helper tool in VSCode, the autocomplete benefits for newer devs is awesome.

jquery / lodash autocomplete etc. makes life nicer for everyone:
https://www.npmjs.com/package/@types/jquery
https://www.npmjs.com/package/@types/lodash

P.S. main thing is to pass noImplicitAny: false to the tsc compiler so it doesn't insist on everything being typed - otherwise everyone will hate us, lol

TypeScript support

It'd be overkill to use TypeScript as a full-on 'explicitly type all the things!!' tool (unless we're working on an app where the dev cycle is long-term), but as a helper tool in VSCode, the autocomplete benefits for newer devs is awesome.

jquery / lodash autocomplete etc. makes life nicer for everyone:
https://www.npmjs.com/package/@types/jquery
https://www.npmjs.com/package/@types/lodash

P.S. main thing is to pass noImplicitAny: false to the tsc compiler so it doesn't insist on everything being typed - otherwise everyone will hate us, lol

Temp build folder created

I want to remove the intermediate temp folder that's created during build time. gulp-add-src should help out here.

Upgrade Babel

I need to update Babel to the monorepo version in .babel.rc:

From this:
"babel-core": "^6.26.3",

To this:
"@babel/preset-env": "^7.0.0-beta.40"
and:
@babel/plugin-proposal-object-rest-spread

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.