Git Product home page Git Product logo

noah's People

Contributors

esr360 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

noah's Issues

Auto reload only works on /pages

After running npm run serve

Only updates to /pages trigger a reload which can be annoying when you're working in the /partials or /layouts folder.

Running npm run build triggers a build which refreshes the browser. One extra step.

Wrong SASS syntax stop the serve command

When I'm running the watchers + browser sync, and save a file with wrong sass syntax, the entire process stop.

I guess that the correct behavior is show a warning message, and waits other save with the correct syntax to "recompile" sass. This way prevents the developer need to rerun the whole flow again (assemble, compile, etc) to see the result.

dist/js Files Update Only After 2 Saves

I'm working with just one JS file and any changes made have to be saved twice before they show up when browsersync updates the browser. Easily reproducible by putting an alert box that fires on load and toggling comments on it:

var Main = (function() {
  document.addEventListener('DOMContentLoaded', function(event) {
    //alert('hello alert!');
  });
})();

*Note: I turned off karma test task but I don't know if that has anything to do with it.

browsersync start with event = add

when I add an console.log(event) into the watch part of the browsersync task and start the task browsersync I notice that the console starts with the event add
Why is that ? The files are already in place.... nothing is added.

Vendor files never get concatenated

The vendor files don't get concatenated together and put in their irrespective dist/ folders. They just stay in the vendor folder in assets/.

DeprecationWarning when run build

Some plugins have changed, and requires a callback function when run.

Example:

$ yarn sass 
yarn sass v0.27.5
warning package.json: No license field
node ./build/tasks/sass.js
 dist/css/example.css built.
 dist/css/example.min.css built.
(node:1590) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1590) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Done in 0.37s.

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.